環境安裝
安裝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
首先,切換盤符,直接輸入“d:”;
然后,使用“cd”指令進入指定的文件夾;
最后,輸入“jupyter notebook”啟動程序。
配置自動代碼自動補全功能
通過勾選對應的功能實現功能擴展。
其他功能說明后續補充…
編輯器使用說明:https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/code_prettify/README_code_prettify.html
來自https://blog.csdn.net/nanerxue/article/details/102050213