[Python] 修正Jupyter Notebook的佈景以及遭遇的問題紀錄

在用其他IDE時,像是Rstudio,習慣性換將白白的佈景改為深色的,對眼睛來說比較舒服。
用了一陣子Jupyter Notebook以後,才想到Jupyter Notebook應該也可以改成深色佈景。
查了一下,發現有個套件叫jupyterthemes,裡面有內建一些佈景。
裡面也有些參數可以調整字體大小等等。
參考一下線上資源,
我自己的設定如下:

sudo pip3 install --upgrade jupyterthemes 
sudo jt -t oceans16 -tf merriserif -tfs 13 -fs 13 -nf ptsans -nfs 13 -T -N -f roboto

不過有發現個問題,就是旁邊的區塊會檔案Cell底下output區塊的字...。
查了一下資料,一個比較快的方法即修改css。
路徑大約在~/.jupyter/custom/custom.css, 進去後找到.out_prompt_overlay.prompt 部分,將min-width跟width都調到11.5em(原本是14.5)

沒有留言:

張貼留言