jupyter notebook一些实用技巧
程序员文章站
2022-06-01 09:52:35
...
目录
1. 给jupyter换主题
2. notebook扩展(nbextensions)
- 安装方法
- Hinterland、Sinppets(插入代码段)、Content(目录)、Autopep8(一键美化代码)
1. 给jupyter换主题
第一步:安装
pip install jupyterthemes
安装过程中可能出现的问题
Cannot uninstall 'jupyter-client'. It is a distutils installed project and...我这里出现了两个包的错误,一个是jupyter-client,一个是jupyter-core。这里的意思是这两个包没办法直接卸载,简单的办法就是如下:
在你的当前环境下找到Lib -> site-packages -> 对应的 "package name" 文件夹 和 "package name".egg-info ,找到后直接删除即可
第二步:加载可用主题列表
jt -l
第三步,选择你想要的主题:
# selecting a particular theme
jt -t name of the theme
# reverting to original Theme
jt -r
经测试,这些主题都8行...
每次换主题的时候都要重新加载Jupyter,才能看到主题变化
2. notebook扩展(nbextensions)
经原文评论区修正,完整安装方法如下
conda install -c conda-forge jupyter_nbextensions_configurator
conda install -c conda-forge jupyter_contrib_nbextensions
安装完成后在edit选项中找到Nbextensions,目录中提到的小工具具体可以在原文中查看,其他部分小工具也很实用,大家自行探索~
推荐阅读
-
anaconda 环境新建/删除/拷贝 jupyter notebook上使用python虚拟环境 TensorFlow
-
非线性函数的最小二乘拟合——兼论Jupyter notebook中使用公式 [原创]
-
基于jupyter notebook的python编程(Win10通过OpenCv-3.4.1进行人脸口罩数据集的模型训练并进行戴口罩识别检测)
-
Jupyter notebook 创建、切换Anaconda(Python)虚拟环境
-
如何修改通过Anaconda安装的jupyter notebook的工作目录
-
修改Jupyter Notebook的默认打开路径
-
jupyter notebook内核配置的图文教程
-
VS Code 之 Jupyter NoteBook 初试
-
Jupyter Notebook使用笔记
-
jupyter notebook