progress bars not displaying in vscode Jupyter notepad
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Idoneità per principianti
- 25/100
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.
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)
- Lingua principale
- Jupyter Notebook
- Stelle
- 1.1k
- Fork
- 103
- Merge medio
- 1m
- PR unite (30g)
- 1
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di AnswerDotAI/fastprogress
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 38/100
AnswerDotAI/fastprogress#124 ·
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 30/100
AnswerDotAI/fastprogress#121 · 2 reazioni ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 48/100
AnswerDotAI/fastprogress#117 · 4 commenti · 12 reazioni ·
-
Difficoltà 5/5 Più di una settimana Idoneità per principianti 35/100
AnswerDotAI/fastprogress#111 ·
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 35/100
AnswerDotAI/fastprogress#107 ·
Tutte le issue di AnswerDotAI/fastprogress
Issue simili
-
bug
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
stephrobert/dsoxlab#238 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
sublimehq/package_control#1780 ·
-
bug
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
typelevel/sbt-typelevel#929 ·
-
Update HugeIcons library Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 65/100
antfu-collective/icones#398 ·