JupyterNotebook随记(part2)--更改JupyterNotebook主题

网友投稿 313 2022-09-27

JupyterNotebook随记(part2)--更改JupyterNotebook主题

学习笔记,仅供参考,有错必纠

安装第三方库

pip install --user jupyterthemes

查看主题列表

在cmd中键入如下代码:

jt -l

结果返回如下提示:

'jt' 不是内部或外部命令,也不是可运行的程序或批处理文件。

原因(​​参考文献​​​): 我将jupyterthemes装到了​​​C:\Users\apple\AppData\Roaming\Python\Python36\site-packages​​​,而我没有将​​C:\Users\apple\AppData\Roaming\Python\Python36\Scripts​​加到环境变量中,故我将该路径加入环境变量。

重新打开cmd,敲入如下代码:

jt -l

有如下输出结果:

Available Themes: chesterish grade3 gruvboxd gruvboxl monokai oceans16 onedork solarizedd solarizedl

选择主题

jt -t chesterish

使工具栏、名称和Logo可见:

jt -t chesterish -T -N -kl

注意:可以使用​​jt -h​​​打印出命令​​jt​​​的用法和所有可选参数;​​jt -r​​可以恢复默认主题。

就算换回原来的主题也会报500错误。

查了一下,解决方法如下(​​参考文献​​):

好吧,我不用了,卸载jupyterthemes试试:

pip uninstall jupyterthemes

返回:

Found existing installation: jupyterthemes 0.20.0Uninstalling jupyterthemes-0.20.0: Would remove: c:\users\apple\appdata\roaming\python\python36\scripts\jt.exe c:\users\apple\appdata\roaming\python\python36\scripts\jupyter-theme.exe c:\users\apple\appdata\roaming\python\python36\site-packages\.ds_store c:\users\apple\appdata\roaming\python\python36\site-packages\jupyterthemes-0.20.0.dist-info\* c:\users\apple\appdata\roaming\python\python36\site-packages\jupyterthemes\*Proceed (y/n)? y Successfully uninstalled jupyterthemes-0.20.0

再次打开jupyter notebook:

还是跑不动,好家伙,重装jupyter!

pip install --upgrade --force-reinstall --no-cache-dir jupyter

再次运行:

pip install --upgrade --force-reinstall --no-cache-dir jupyter

报错,​​解决办法​​,敲入:

pip install --ignore-installed pywin32

…连续出现3次错误后,我佛了。

按照​​参考文献​​完全卸载jupyter notebook,再重装:

pip install jupyterpython -m ipykernel install --user pip install --upgrade --user nbconvert

还是不行…MD…

最后把anaconda卸载了,又重装,打开jupyter notebook,主题的确可以用了,也可以跑代码了,但现在想一下,真是后悔!

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:python学习高级篇(part10)--类对象的特殊方法和特殊属性
下一篇:JDBC获取数据库连接的5种方式实例
相关文章

 发表评论

暂时没有评论,来抢沙发吧~