nbextensions擴展的安裝


環境安裝

安裝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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM