码迷,mamicode.com
首页 > Windows程序 > 详细

Windows远程访问服务器的jupyter notebook

时间:2018-06-28 01:02:42      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:tar   tps   jupyter   csdn   服务器   com   art   targe   用户   

首先服务器和客户端都要安装好 jupyter notebook

1. 先在服务器执行:

jupyter-notebook --no-browser --port=1111  (端口号只要避免冲突就行)

记录连接出现的token

2. 再在客户端输入:(确保安装过ssh)

ssh -N -f -L localhost:1112:localhost:1111 username@serverIP (其中username为用户名,serverIP为服务器的IP地址)

3. 在客户端浏览器输入:http://localhost:1112

将刚才记录的token输入其中,登录,即可看到服务器的文件了。

参考:https://blog.csdn.net/qq_32612467/article/details/78728883

Windows远程访问服务器的jupyter notebook

标签:tar   tps   jupyter   csdn   服务器   com   art   targe   用户   

原文地址:https://www.cnblogs.com/sbj123456789/p/9236541.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!