Fixes issue #69 Visual Studio Code does not render progress bars corr…#70
Fixes issue #69 Visual Studio Code does not render progress bars corr…#70hsm wants to merge 2 commits intoAnswerDotAI:masterfrom
Conversation
…s bars correctly
|
Check out this pull request on Review Jupyter notebook visual diffs & provide feedback on notebooks. Powered by ReviewNB |
|
sorry @hsm I only just saw this. it's a good idea, although it means that fastprogress won't work unless ipywidgets is installed. how about only using ipywidgets in the case where the user is on vscode? BTW, you need to |
|
Hi, I hit this bug in VSCode and used the monkeypatch @hsm wrote in this post here to fix it: Any chance some sort of fix can be merged into the main branch? It's been impacting quite a few users I think for over 2 years now. |
|
@guillochon note that progress bars were working in VSCode and only stopped a few days ago. This is an old PR that I guess was fixed in a different way. Here is the new issue #104 Either way your workaround is useful for the current issue, thanks. You may want to post your workaround on the issue, it is closer to the intended output than the suggestions. |
|
#104 now has some specific detail in this comment thanks to @bosmart, https://github.com/fastai/fastprogress/issues/104#issuecomment-1482350888 |
…ectly