本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。 ====== jupyter-基本使用 ====== ===== jupyter的基本参数设置 ===== jupyter绑定在0.0.0.0 端口 ,增加参数 --ip=0.0.0.0 如何查看token: jupyter server list 会列出当前的token; ===== pycharm中jupyter发生异常,如何重置 ===== <code shell fix.sh> pkill -f jupyter rm ~/.jupyter/jupyter_server_config.json rm -rf ~/.local/share/jupyter/runtime </code> 然后jupyter就被重置了