安装Jupyter Notebook

安装
pip3 install jupyter -i https://pypi.doubanio.com/simple
启动

jupyter notebook
安装插件
pip3 install jupyter_contrib_nbextensions -i https://pypi.doubanio.com/simple
jupyter contrib nbextension install --user
pip install jupyter_nbextensions_configurator -i https://pypi.doubanio.com/simple

重启
jupyter notebook

在主页会多了一栏
Nbextensions

posted on 2021-05-15 12:37  让代码改变世界ha  阅读(48)  评论(0编辑  收藏  举报

导航