jupyter绑定在0.0.0.0 端口 ,增加参数 –ip=0.0.0.0
如何查看token:
jupyter server list
会列出当前的token;
pkill -f jupyter
rm ~/.jupyter/jupyter_server_config.json
rm -rf ~/.local/share/jupyter/runtime
然后jupyter就被重置了
直接手动安装解决 pip install ipykernel jupyter nbconvert accelerate
找到 setting设置
"jupyter.debugJustMyCode": false