pycharm远程使用jupyter报错Jupyter server process failed to start

pycharm远程使用jupyter报错Jupyter server process failed to start,第1张

解决方法:
1、在pycharm打开一个jupyter文件,点击Configure

2、填入jupyter对应网址,点击ok

3、命令行窗口运行jupyter notebook,解决问题

(可根据以下代码查看内核路径是否切换到服务器)

import sys
print(sys.version)
print(sys.executable)

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/942997.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-18
下一篇 2022-05-18

发表评论

登录后才能评论

评论列表(0条)

保存