我有一个远程服务器(linux)和我的笔记本电脑(windows)。我在我的笔记本电脑上使用Spyder (Python 3.5)。我正在尝试从Spyder在远程服务器上运行我的代码。
从各种网站上,我发现我需要检查This is a remote kernel
,并提供Connection Info
、Host name
、Ssh key
和Password
Ssh key
文件的扩展名应为pem
。
如何生成Ssh_key.pem
Connection info
的
kernel-*.json
文件https://stackoverflow.com/questions/50826136
复制相似问题