Published
- 1 min read
ImportError: IProgress not found. Please update jupyter and ipywidgets.
The solution for this is noted below
ImportError: IProgress not found. Please update jupyter and ipywidgets.
Solution
conda install -c conda-forge ipywidgets
jupyter nbextension enable --py widgetsnbextension
Try other methods by searching on the site. That is if this doesn’t work