jupyter notebook安装jupyter_contrib_nbextensions
程序员文章站
2022-01-10 09:54:46
...
1、打开终端运行
pip install jupyter_contrib_nbextensions
2、运行
jupyter-contrib-nbextension install --user
3、打开你的jupyter notebook,你就会发现,菜单栏上面多了一栏Nbextension
,在那里面勾选你想要的扩展功能即可,比如
实现代码收叠的:Codefolding
添加左边目录栏的: Table of Contents
代码自动补全: Hinterland
自动pep8 : Autopep8
字体大小:Code font Size
拼写检查 :spellchecker
代码行号:Toggle all line numbers
推荐阅读
-
windows系统中Python多版本与jupyter notebook使用虚拟环境的过程
-
windows系统下jupyter notebook使用虚拟环境
-
实用Jupyter Notebook扩展工具——提升你的工作效率
-
Jupyter Notebook使用 tqdm显示进度条(单行显示)
-
jupyter notebook中出现ValueError: signal only works in main thread 报错 即 长时间in[*] 解决办法
-
jupyter记事本的安装和简单应用
-
Linux下安装jupyter
-
anaconda 环境新建/删除/拷贝 jupyter notebook上使用python虚拟环境 TensorFlow
-
非线性函数的最小二乘拟合——兼论Jupyter notebook中使用公式 [原创]
-
Jupyter安装拓展nbextensions及解决官网下载慢的问题