安装nb-extention插件(Jupyter notebook 代码自动补全)

安装nbextensions
在 Anaconda Prompt 中输入如下指令:
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --user
 
安装nbextensions_configurator
在 Anaconda Prompt 中输入如下指令:
pip install jupyter_nbextensions_configurator
jupyter nbextensions_configurator enable --user

 

在指定文件夹下启动 Jupyter Notebook

首先,启动 Anaconda command;
然后,使用“cd”指令进入指定的文件夹;
最后,输入“jupyter notebook”启动程序。

 

posted @ 2021-02-22 19:42  emanlee  阅读(570)  评论(0编辑  收藏  举报