1. 改变Jupyter Notebook的主题 安装 pip install jupyterthemes 更换为指定的主题 !jt -t <主题名称> 恢复为默认主题 !jt -r 转载于:https://www.cnblogs.com/shouzhenghouchuqi/p/10585454.html