jupyter-基本使用

jupyter的基本参数设置

jupyter绑定在0.0.0.0 端口 ,增加参数 –ip=0.0.0.0

如何查看token:

jupyter server list

会列出当前的token;

pycharm中jupyter发生异常,如何重置

pkill -f jupyter
rm ~/.jupyter/jupyter_server_config.json
rm -rf ~/.local/share/jupyter/runtime

然后jupyter就被重置了

评论

请输入您的评论. 可以使用维基语法:
 
python/代码调试/jupyter/jupyter-基本使用.txt · 最后更改: 2026/01/07 03:21