当前位置:   article > 正文

jupyter 目录插件 jupyter_contrib_nbextensions_jupyter目录插件

jupyter目录插件

在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

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/731616
推荐阅读
相关标签
  

闽ICP备14008679号