jupyter lab 目录插件安装【亲测可用】

之前一直白嫖colab,最近被封了不用了

但jupyter lab并没有自带目录功能,这样notebook打开时目录的意义就不大了,没法直接点击跳转,而且notebook内容太多,上下拉动找代码很麻烦

安装目录插件方法如下:
jupyter lab 目录插件安装【亲测可用】_第1张图片
如上图打开一个terminal
依次输入如下命令:
(1)pip install jupyter_contrib_nbextensions
(2)jupyter contrib nbextension install --user
(3)jupyter labextension install @jupyterlab/toc

然后刷新一下页面或者重新打开lab,就能看到目录了
jupyter lab 目录插件安装【亲测可用】_第2张图片

你可能感兴趣的:(计算机科学与技术,python,github,jupyter,目录,notebook)