在jupyter notebook里先要显示如上图所示的目录需要安装目录插件,具体安装方式如下(在anaconda prompt里运行如下代码):
第一步:更新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
第五步:启动jupyter notebook
选择 Nbextensions
勾选 Table of Contents
最后
以上就是爱笑冰棍最近收集整理的关于jupyter 目录插件 jupyter_contrib_nbextensions的全部内容,更多相关jupyter内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复