jupyter notebook 安装 Nbextensions 及 推荐插件

Nbextensions

安装

试了很多次,conda暂时没有这个源,pip是可以安装成功的。

清华源比较快

pip install jupyter_contrib_nbextensions -i https://pypi.tuna.tsinghua.edu.cn/simple

安装完记得配置一下,不然不会显示的

jupyter contrib nbextension install --user

个人配置

jupyter notebook 安装 Nbextensions 及 推荐插件_第1张图片

Variable Inspector

推荐指数:⭐️⭐️⭐️⭐️⭐️

变量监控

jupyter notebook 安装 Nbextensions 及 推荐插件_第2张图片

Table of Contents (2)

推荐指数:⭐️⭐️⭐️⭐️⭐️

目录

Autopep8

推荐指数:⭐️⭐️⭐️⭐️

需要库:autopep8

pep8格式化单元格,默认快捷键:ctrl + l

Collapsible Headings

折叠单元格的功能

jupyter notebook 安装 Nbextensions 及 推荐插件_第3张图片

Highlight selected word

高亮选中文本

你可能感兴趣的:(IDE,jupyter)