-
用Xshell远程配置,服务器开启jupyter,本地打开:
https://blog.youkuaiyun.com/DUSY111/article/details/79301296
注意,将
c.NotebookApp.ip=’*’
改为:0.0.0.0 -
jupyter notebook主题配置
https://github.com/dunovank/jupyter-themes (官网)
网友的配置:
https://blog.youkuaiyun.com/qq_30565883/article/details/79444750
https://cloud.tencent.com/developer/article/1358591 -
我自己的主题配置:
jt -t grade3 -f roboto -fs 11 -nfs 13 -tfs 13 -ofs 9 -lineh 130 -T -cellw 88% -
notebook显示虚拟环境:
https://zhuanlan.zhihu.com/p/29564719
核心:
conda install nb_conda -
notebook插件的安装:
(注意如果是在虚拟环境中安装的,要从虚拟环境中打开notebook,进行配置。
但是实际在使用的时候,如果从虚拟环境中打开,是找不到配置的虚拟环境的,所以配置完后,需要从conda主环境打开notebook,然后选择自己的虚拟环境编辑器)
Jupyter Notebook 配置
最新推荐文章于 2025-06-16 20:34:54 发布