-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
name 'IProgress' is not defined #1687
Comments
Did you try to install ipywidgets? https://ipywidgets.readthedocs.io/en/latest/user_install.html |
should we try catch this? and change usage + warn user when this happens? |
Isn't it only tqdm.auto which uses ipywidgets to display a progress bar? That we only use here: Maybe it should be changed in tqdm.auto to not take IProgess if ipywidgets is not installed. There are already some checks: But I had a similar problem when using jupyter lab and I had to install nodejs for it (which I wanted to avoid) but found no way of disable tqdm.auto taking IProgress. In my case it didn't crashed but no progress bar were displayed. If someone knows a way of overwriting the tqdm.auto selection let me know. Otherwise I think the checks should be better or there should be a way of overwriting the tqdm.auto selection. (In my opinion) |
I am doing: Perhaps pytorch-lightning should depend on ipywidgets? It seems like jupyter is a pretty common use case for people. |
I do not think we want to add |
name 'IProgress' is not defined when running from Jupyter notebook.
The text was updated successfully, but these errors were encountered: