热线电话:13121318867

登录
2020-03-02 阅读量: 552
jupyter的目录怎添加

问:

jupyter的目录怎添加

答:

第一步:更新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

第六步:可选,安装Collapsible headings插件

勾选Collapsible headings----将标题内部的内容全部折叠起来

Code folding---代码折叠插件,允许你将缩进内容折叠起来,节省屏幕空间

41.6417
1
关注作者
收藏
评论(0)

发表评论

暂无数据
推荐帖子