ImportError: IProgress not found. Please update jupyter and ipywidgets.

2021. 12. 15. 16:19프로그래밍/주피터 노트북(Jupyter Notebook)

 

conda 사용 시:

conda install -c conda-forge ipywidgets

 

 

 

참고사이트

https://ipywidgets.readthedocs.io/en/stable/user_install.html

 

Installation — Jupyter Widgets 7.6.5 documentation

In most cases, installing the Python ipywidgets package will also automatically configure classic Jupyter Notebook and JupyterLab 3.0 to display ipywidgets. With pip, do: Installing in classic Jupyter Notebook Most of the time, installing ipywidgets automa

ipywidgets.readthedocs.io