AnswerDotAI / AnswerDotAI/fastprogress
progress bars not displaying in vscode Jupyter notepad
- Lingua principale
- Jupyter Notebook
- Stelle
- 1.1k
- Fork
- 104
- Merge medio
- 1m
- PR unite (30g)
- 1
Descrizione
A few days ago fastprogress stopped working in Jupyter notepads in vscode.
It seems to run without error but does not display anything.
I have the same issue in existing environments (venv) and in newly created environments.
I have reverted to Jan 2023 version of vscode where I know it was working before, but that showed no change.
Running the following code works for console output, but in Jupyter notebook nothing.
Where should I look to try and resolve this issue? Any guidance will be valuable because I have pretty much exhausted my knowledge of fastprogress and what I can do.
```
from time import sleep
from fastprogress.fastprogress import master_bar, progress_bar
mb = master_bar(range(10))
progress_bar(range(100), parent=mb)
for i in mb:
for j in progress_bar(range(100), parent=mb):
sleep(0.01)
```
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia riproducendo l'esempio usando fastprogress.fastprogress in un notebook Jupyter di VS Code, quindi confronta il suo comportamento con l'output della console. L'issue non indica file sorgente o test, quindi traccia innanzitutto il percorso di visualizzazione del progresso specifico dei notebook. Il lavoro è completato quando le barre di progresso vengono renderizzate in modo affidabile nell'ambiente notebook segnalato senza compromettere l'output della console.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- jupyter-notebook, python, vscode
- Ambito
- devtools
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 25/100