jupyter notebook 安装代码提示功能

jupyter notebook 安装代码提示功能

我的是在anaconda中的Prompt,在我常用的python环境中输入以下两个安装插件的指令,

pip install jupyter_contrib_nbextensions -i https://pypi.douban.com/simple/

jupyter contrib nbextension install --user

pip install --user jupyter_nbextensions_configurator -i https://pypi.douban.com/simple/

jupyter nbextensions_configurator enable --user

安装成功会在http://localhost:8888/tree中出现Nbextensions

jupyter notebook 安装代码提示功能