碰到问题
ImportError: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html
解决方案
pip install ipywidgets
jupyter nbextension enable --py widgetsnbextension
碰到问题
ImportError: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html
解决方案
pip install ipywidgets
jupyter nbextension enable --py widgetsnbextension