====== 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就被重置了