99999久久久久久亚洲,欧美人与禽猛交狂配,高清日韩av在线影院,一个人在线高清免费观看,啦啦啦在线视频免费观看www

熱線電話:13121318867

登錄
2021-12-24 閱讀量: 946
python給Anaconda的jupyter notebook安裝目錄插件

安裝Jupyter Notebook目錄插件命令語(yǔ)句.txt

安裝Jupyter Notebook目錄插件最后勾選截圖.png

在Anaconda prompt 執(zhí)行如下語(yǔ)句

第一步:更新pip:

python -m pip install --upgrade pip


第二步:更新Jupyter :

pip install --upgrade jupyter


第三步:安裝 jupyter_contrib_nbextensions:

pip install jupyter_contrib_nbextensions


第四步:配置 nbextension:

jupyter contrib nbextension install --user

第五步:(參考截圖)

啟動(dòng)jupyter notebook

選擇 Nbextensions

勾選 Table of Contents 目錄

勾選 Hinterland 代碼提示功能



第六步:選做步驟, 安裝Collapsible headings插件

勾選Collapsible headings----將標(biāo)題內(nèi)部的內(nèi)容全部折疊起來(lái)

勾選Code folding---代碼折疊插件,允許你將縮進(jìn)內(nèi)容折疊起來(lái),節(jié)省屏幕空間


具體還可以參考鏈接:https://blog.csdn.net/August1226/article/details/80762632


##特別提示:出現(xiàn)連接中斷之類的報(bào)錯(cuò),在命令語(yǔ)句后面做-i+國(guó)內(nèi)源地址嘗試


例如:pip install --upgrade jupyter

做加-i+國(guó)內(nèi)源地址操作后是這樣: pip install --upgrade jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple


常用國(guó)內(nèi)源地址

#清華大學(xué)源

https://pypi.tuna.tsinghua.edu.cn/simple

#阿里巴巴源

http://mirrors.aliyun.com/pypi/simple/

#中國(guó)科學(xué)技術(shù)大學(xué)源

https://pypi.mirrors.ustc.edu.cn/simple/

#豆瓣源

https://pypi.doubanio.com/simple


安裝Jupyter Notebook目錄插件最后勾選截圖.png

23.4251
0
關(guān)注作者
收藏
評(píng)論(0)

發(fā)表評(píng)論

暫無(wú)數(shù)據(jù)
推薦帖子