Jupyter Notebook 添加目录
Posted Scott_Zhang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jupyter Notebook 添加目录相关的知识,希望对你有一定的参考价值。
1. 安装 jupyter_contrib_nbextensions
pip install jupyter_contrib_nbextensions
2. 配置 nbextension
jupyter contrib nbextension install --user
3. 启动jupyter notebook
选择 Nbextensions
勾选 Table of Contents
常见问题:
远程访问 jupyter notebok, 服务启动失败
解决方法:
无需更改新的设置,更改原服务器端口号即可
官方文档请参考:
https://github.com/ipython-contrib/jupyter_contrib_nbextensions
以上是关于Jupyter Notebook 添加目录的主要内容,如果未能解决你的问题,请参考以下文章