該插件在linux下設(shè)置好后,在本地遠(yuǎn)程打開(kāi)linux上的jupyter notebook后依然有效。
★jupyter notebook版本過(guò)高(7及更高)會(huì)導(dǎo)致不支持nbextentions
https://blog.csdn.net/WX_Chen/article/details/134090163
(步驟:注意里面有兩大步)
https://blog.csdn.net/weixin_44293949/article/details/104724706?spm=1001.2101.3001.6650.2&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7ERate-2.pc_relevant_antiscanv2&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7ERate-2.pc_relevant_antiscanv2&utm_relevant_index=5
上述網(wǎng)站用pip安裝,最后可能導(dǎo)致jupyter notebook打開(kāi)后有nbextensions按鈕,但沒(méi)有選擇窗口,出現(xiàn)該情況,則參考:https://blog.csdn.net/weixin_43006609/article/details/124889200
http://www.taodudu.cc/news/show-3723605.html?action=onClick
主要就是:
1.安裝jupyter_contrib_nbextentions
conda install -c conda-forge jupyter_contrib_nbextensions
2.安裝jupyter_nbextentions_contributor,以便在Jupyter Notebook頁(yè)面設(shè)置nbextentions
conda install -c conda-forge jupyter_nbextensions_configurator
(如果安裝出錯(cuò),則嘗試)
https://blog.csdn.net/qq_46474413/article/details/130894059
(部分功能解釋)
https://blog.csdn.net/weixin_43360896/article/details/112978698?utm_medium=distribute.pc_relevant.none-task-blog-2defaultbaidujs_baidulandingword~default-0.pc_relevant_antiscanv2&spm=1001.2101.3001.4242.1&utm_relevant_index=3
https://blog.csdn.net/yu_1628060739/article/details/107708736
https://zhuanlan.zhihu.com/p/258976438?utm_oi=803714813804044288
Markdown自動(dòng)標(biāo)題序號(hào)
https://www.zhihu.com/question/267934067