반응형

jupyter notebook 에서 pytorch mnist 다운로드시 

IProgress not found. Please update jupyter and ipywidgets

오류가 난다.

 

 

 

 

해결방법:

 

pip install ipywidgets

 

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

 

Installation — Jupyter Widgets 7.5.1 documentation

With pip pip install ipywidgets jupyter nbextension enable --py widgetsnbextension When using virtualenv and working in an activated virtual environment, the --sys-prefix option may be required to enable the extension and keep the environment isolated (i.e

ipywidgets.readthedocs.io

 

반응형

+ Recent posts