pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install
disable configuration for nbextensions without explicit compatibility (they may break your notebook environment, but can be useful to show for nbextension development)
在没有显式兼容性的情况下禁用nbextensions的配置(它们可能会破坏您的笔记本电脑环境,但对显示nbextension开发非常有用)
点击小锤子,发现报错,没有yapf
模块
注意:需要安装yapf模块
pip install yapf
Toggle all line numbers
显示行号 - - - 和jupyter notebook快捷键L的作用一样
ScrollDown
自动向下滚动输出
Highlight selected word
字符选中高亮
# This is an example snippet!
# To create your own, add a new snippet block to the
# snippets.json file in your jupyter nbextensions directory:
# /nbextensions/snippets/snippets.json
# 这是一个示例片段!
# 若要创建自己的代码段,请将新的代码段块添加到
# jupyter扩展目录中的snippets.json文件:
# /nextensions/sippets/sippets.json
Snippets menu
example、document快速获取
添加可自定义的菜单项以插入代码和标记代码段。为流行的python模块提供了大量默认值,包括许多重要函数和常量的相当完整的列表,以节省在文档中的搜索。