網頁

2018年8月24日 星期五

jupyter-themes




網站:
https://github.com/dunovank/jupyter-themes

安裝:
pip install jupyterthemes
更新:
pip install --upgrade notebook
個人最喜歡的設定:
jt -t monokai -f roboto -fs 12 -ofs 12 -cursc b -cursw 3 -tf merriserif -tfs 12 -N -kl -T -cellw 980

-t monokai 主題
-f roboto code 字型
-fs 12 code 字型大小12
-ofs 12 output 字型大小12
-cursc b 游標顏色 (b (blue), o (orange), r (red), p (purple), g (green), x (font color))
-cursw 3 游標寬度3
-tf merriserif markdown字型
-tfs 12 markdown字型12
-N 左上角顯示檔案名稱
-kl 右上角kernel logo顯示
-T 顯示工具列
-cellw 980 晶格寬度980
jt -r 還原

沒有留言:

張貼留言