jupyter代码自动补全等常用扩展功能

1.代码补全

先要关闭 jupyter!!!

运行下面两行代码

pip install jupyter_contrib_nbextensions

jupyter contrib nbextension install --user --skip-running-check

启动jyputer

2. 代码导航

勾选Table of Contents 启用插件

你用Markdown写的注解,居然有类似word的导航图。

3. 变量检查器

勾选Variable Inspector 启用插件

啥也不说了,此功能必须要有的

4.显示单元格运行的时间和长度

勾选Execute Time 启用插件。
很实用的,帮助你分析代码的运行时间

5.折叠/放下标题

勾选Collapsible Headings 启用插件

6. 折叠代码

勾选Codefolding 启用插件
这个必须要有啊

posted on 2020-03-03 10:15  耀扬  阅读(1062)  评论(0编辑  收藏  举报

导航