You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A failure to import IPython and matplotlib is falsely attributed to a a failure to import ipywidgets. Matplotlib is not a requirement for fastprogress and so this is an easy error to cause but requires source-code delving to debug.
Just ran into this as well. In my case I was missing matplotlib. A simple fix would be to reword the error message. Nicer would be to enable as much functionality as possible without matplotlib if it doesn't exist. Not sure how much work that would need though.
A failure to import
IPython
andmatplotlib
is falsely attributed to a a failure to importipywidgets
. Matplotlib is not a requirement for fastprogress and so this is an easy error to cause but requires source-code delving to debug.fastprogress/fastprogress/fastprogress.py
Lines 97 to 103 in e7d108f
The text was updated successfully, but these errors were encountered: