pycharm远程使用jupyter报错Jupyter server process failed to start
解决方法:1、在pycharm打开一个jupyter文件,点击Configure2、填入jupyter对应网址,点击ok3、命令行窗口运行jupyter notebook,解决问题(可根据以下代码查看内核路径是否切换到服务器)import sysprint(sys.version)print(sys.executable)...
·
解决方法:
1、在pycharm打开一个jupyter文件,点击Configure
2、填入jupyter对应网址,点击ok
3、命令行窗口运行jupyter notebook,解决问题
(可根据以下代码查看内核路径是否切换到服务器)
import sys
print(sys.version)
print(sys.executable)
更多推荐
已为社区贡献4条内容
所有评论(0)