今日學(xué)習(xí)過(guò)程中突發(fā)奇想,jupyter是否能更換界面的顏色呢?于是百度了一下,發(fā)現(xiàn)真的可以更換。具體更換方法如下。
1.首先要安裝jupyterthemes,打開(kāi)終端,輸入pip install jupyterthemes

1image-20210508132114063.png
當(dāng)出現(xiàn)‘Successfully installed jupyterthemes-0.20.0 lesscpy-0.14.0’代表安裝完成。

2image-20210508132203579.png
2.輸入jt -l 命令可以查看所有的主題

3image-20210508132546075.png
3.輸入 jt -t <主題名稱(chēng)> 就可以切換到該主題

4image-20210508132804696.png
4.重新打開(kāi)jupyter之后就看到更換后的主題樣式。