打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
Jupyter Notebook主题字体设置及自动代码补全
安装#
Jupyter Notebook 用久了就离不开了,然而自带的主题真的不忍直视。为了视力着想,为了自己看起来舒服,于是折腾了一番。。在 github 上发现了一个jupyter-themes 工具,可以通过 pip 安装,非常方便使用。
首先是主题下载,为了速度快点,使用豆瓣源,命令行如下所示:
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com --no-dependencies jupyterthemes==0.18.2
安装好了,有的电脑可能会提示缺少 lesscpy,继续 pip 安装
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com lesscpy
然后是对主题选择、字体大小进行设置,我总结了一个我最喜欢的
jt --lineh 140 -f consolamono -tf ptmono -t grade3 -ofs 14 -nfs 14 -tfs 14 -fs 14 -T -N
命令行的格式的解释如下表所示:
cl optionsargdefault
Usage help-h--
List Themes-l--
Theme Name to Install-t--
Code Font-f--
Code Font-Size-fs11
Notebook Font-nf--
Notebook Font Size-nfs13
Text/MD Cell Font-tf--
Text/MD Cell Fontsize-tfs13
Pandas DF Fontsize-dfs9
Output Area Fontsize-ofs8.5
Mathjax Fontsize (%)-mathfs100
Intro Page Margins-mauto
Cell Width-cellw980
Line Height-lineh170
Cursor Width-cursw2
Cursor Color-cursc--
Alt Prompt Layout-altp--
Alt Markdown BG Color-altmd--
Alt Output BG Color-altout--
Style Vim NBExt*-vim--
Toolbar Visible-T--
Name & Logo Visible-N--
Kernel Logo Visible-kl--
Reset Default Theme-r--
Force Default Fonts-dfonts--
附上最终效果:
接着实现自动代码补全,首先安装 nbextensions
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com jupyter_contrib_nbextensionsjupyter contrib nbextension install --user
然后安装 nbextensions_configurator
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com jupyter_nbextensions_configuratorjupyter nbextensions_configurator enable --user
如果提示缺少依赖,就安装对应依赖即可。
最后重启 jupyter,在弹出的主页面里,能看到增加了一个 Nbextensions 标签页,在这个页面里,勾选 Hinterland 即启用了代码自动补全,如图所示:
这时打开一个笔记,来感受一下吧。
更新#
有几个给我留言说 Nbextensions 安装失败的问题,这里做一下统一回复。
其实大多都是缺少依赖,我在今天(2020/04/08)重新安装,按照上面的步骤,也没有 Nbextensions ,并且没有报错,后来卸载重装,提示我缺少 msgpack ,把它安装后,重新配置,Nbextensions 又出来了
如果已经安装了,先卸载:
pip uninstall jupyter_contrib_nbextensionspip uninstall jupyter_nbextensions_configurator
打开 Anaconda Prompt 窗口,执行以下命令:
pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com jupyter_contrib_nbextensionsjupyter contrib nbextension install --userpip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com jupyter_nbextensions_configuratorjupyter nbextensions_configurator enable --user
最后重新启动 Jupyter Notebook 后,就发现 Nbextensions 标签又有了
安装好插件是灰色的。把这里的勾取消即可
本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
Jupyter Notebook 自动补全插件
大邓强力推荐-jupyter notebook使用小技巧
Docker下安装HomeAssist
#python#包管理工具pip的使用方法
Pycharm 安装 numpy
Tensorflow 2.1 cpu版本安装和升级问题
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服