上午准备在老笔记本上也装上jupyter themes,竟然遇到一堆问题:
pip install jupyterthemes
参考:https://blog.csdn.net/Jinlong_Xu/article/details/79221943
pip install jupyter-core --upgrade
参考:https://stackoverflow.com/questions/48372019/importerror-cannot-import-name-ensure-dir-exists
pip install "pyzmq==17.0.0" "ipykernel==4.8.2"
jt -t oceans16 -fs 12 cellw 90% -T N
这里更多设置直接参考Github上作者的repository吧:https://github.com/dunovank/jupyter-themes
原文:https://www.cnblogs.com/niuxichuan/p/11198164.html