调整Jupyter样式(缺少导航栏),写作时会覆盖问题
发布时间
阅读量:
阅读量
通过按下键盘上的 insert 键,即可实现从覆盖模式切换至继续书写的状态。
Jupyter Notebook主题更换指南
每当启动jupyter时,所呈现的主题与界面均保持一致,这种重复性体验略显乏味,因此本文旨在为用户提供调整jupyter主题的指导。
安装
首要步骤是配置相应的软件组件
pip install jupyterthemes
完成安装后,我们便可开始对主题进行调整与修改。
切换主题
| cl options | arg | default |
|---|---|---|
| Usage help | -h | – |
| List Themes | -l | – |
| Theme Name to Install | -t | – |
| Code Font | -f | – |
| Code Font-Size | -fs | 11 |
| Notebook Font | -nf | – |
| Notebook Font Size | -nfs | 13 |
| Text/MD Cell Font | -tf | – |
| Text/MD Cell Fontsize | -tfs | 13 |
| Pandas DF Fontsize | -dfs | 9 |
| Output Area Fontsize | -ofs | 8.5 |
| Mathjax Fontsize (%) | -mathfs | 100 |
| Intro |
全部评论 (0)
还没有任何评论哟~
