jupyter notebook原有的样式看起来不舒服,jupyterlab有更简单清晰的界面,但是对于大的文件jupyterlab的稳定性没有jupyter notebook好,经常卡顿和崩溃,找到了一个包满足需求。
mamba install -c conda-forge jupyter_contrib_nbextensions jupyter_nbextensions_configurator
mamba install -c conda-forge jupyterthemes
两种样式配置
jt -t monokai -f droidmono -nf ptserif -tf ptsans -fs 11 -tfs 11 -nfs 11 -ofs 9 -cellw 88% -lineh 170 -T -N -m auto
jt -t grade3 -f droidmono -nf ptserif -tf ptsans -fs 11 -tfs 11 -nfs 11 -ofs 9 -cellw 88% -lineh 170 -T -N -m auto
风格如下
关闭风格
jt -r