jupyter 启动后 提示的连接地址和token形式:
TypeScript
http://localhost:8890/tree?token=928a1b9241e9100f62f5eba44d91faf3db8d8691ee36399b
直接复制到pycharm的 configured server 中会报错;因为里面多了/tree
打开CMD控制台 使用命令:
TypeScript
jupyter-notebook list
查询正在运行的jupyter server
XML
http://localhost:8890/?token=928a1b9241e9100f62f5eba44d91faf3db8d8691ee36399b
拷贝这个地址到pycharm的 configured server中就连接上了。
太坑爹了!