2022-02-09
閱讀量:
531
Python學習——MAC系統(tǒng)下配置Anaconda目錄插件
配置mac 系統(tǒng)下 Anaconda 軟件目錄插件
需要在安裝好軟件后,打開終端,按如下步驟輸入代碼
第一步:更新pip
python -m pip install --upgrade pip -i https://pypi.tuna.tsinghua.edu.cn/simple
第二步:更新Jupyter
pip install --upgrade jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple
第三步:安裝 jupyter_contrib_nbextensions
pip install jupyter_contrib_nbextensions -i https://pypi.douban.com/simple/
第四步:配置 nbextension
jupyter contrib nbextension install --user
第五步:啟動jupyter notebook
選擇 Nbextensions
勾選 Table of Contents
第六步:可選,安裝Collapsible headings插件
勾選Collapsible headings----將標題內部的內容全部折疊起來
Code folding---代碼折疊插件,允許你將縮進內容折疊起來,節(jié)省屏幕空間
重啟軟件即可。






評論(0)


暫無數(shù)據
推薦帖子
0條評論
0條評論
0條評論