-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Progress Bar on Pycharm? #61
Comments
It seem simple widgets don't work in Pycharm so you should use the console behavior:
|
Just for future reference, the reason PyCharm output with the regular progress bar doesn't work is that You can render the HTML just fine like this:
where One of the jetbrains bug reports: https://youtrack.jetbrains.com/issue/DS-3383/IPythondisplay-update-problem |
Hi I'm currently using Pycharm to run remote jupyter server, but when I'm training (using fastai2), the progress bar simply grey and not running at all (the train still ran and finished)
Thank you!
The text was updated successfully, but these errors were encountered: