一、切换主题
1.主题
Available Themes: chesterish grade3 gruvboxd gruvboxl monokai oceans16 onedork solarizedd solarizedl
2.更改参数
换成主题是monokai的:
jt -t monokai -f fira -fs 15 -cellw 80% -ofs 11 -dfs 11 -T
3.效果
注:其他主题大家可以自行尝试~
二、自动换行的效果
- 先在自己用户的目录底下的
.jupyter
文件寻找名字为nbconfig
的文件,如果没有就创建一个 - 在
nbconfig
的文件下面创建一个记事本,重命名为:notebook.json
- 在记事本里面添加如下代码
{ "load_extensions": { "nbextensions_configurator/config_menu/main": true, "contrib_nbextensions_help_item/main": true, "jupyter-js-widgets/extension": true, "codefolding/main": true, "code_font_size/code_font_size": false, "toc2/main": true, "scratchpad/main": false, "code_prettify/code_prettify": false, "autoscroll/main": false, "python-markdown/main": false, "scroll_down/main": false, "snippets/main": false, "ruler/main": false, "notify/notify": false, "hide_input/main": false, "freeze/main": false, "hide_input_all/main": false, "qtconsole/qtconsole": false, "code_prettify/autopep8": false }, "MarkdownCell": { "cm_config": { "lineWrapping": true } }, "CodeCell": { "cm_config": { "lineWrapping": true } }, "Cell": { "cm_config": { "lineNumbers": true } }, "Notebook": { "Header": true, "Toolbar": true }, "toc2": { "number_sections": false, "skip_h1_title": true, "collapse_to_match_collapsible_headings": false }