jupyter notebook 使用集锦(持续更新)
文章目录
- 如何显示行号
- 如何自动补全
- 其他扩展
如何显示行号
在新版的jupyter notebook 里面,按L键可让当前cell显示行号,按shift + L 可以让全部cell显示行号。再按一次关闭显示。
如何自动补全
Tab 自动补全
Shift + Tab 函数说明
其他扩展
jupyter_contrib_nbextensions是一个集结了众多社区贡献扩展功能的包,涵盖了多种实用的Notebook扩展。
pip install jupyter_contrib_nbextensions -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.comjupyter contrib nbextension install --user
!](https://i-blog.csdnimg.cn/direct/e209c6875ac341c2a20260e196070d06.png)
实时补齐