远程访问服务器Jupyter Lab

发布时间:2025-09-15 15:34

使用云存储服务,方便远程访问文件 #生活技巧# #组织技巧# #办公室组织#

方法1:

1.使用ssh远程登录到服务器上

?

1

ssh username@ip

2.在远程服务器上打开jupyter-lab服务,不要打开浏览器,并修改端口

?

1

jupyter-lab --no-browser --port=8889

3.在本地PC上使用ssh映射远程服务器的端口

?

1

ssh -N -f -L localhost:8888:localhost:8889 username@ip

其中:-N 告诉ssh没有命令要被远程执行;-f告诉ssh在后台执行;-L指定远程端口到本地端口配置

4.在本地浏览器打开jupyter-lab

访问:http://localhost:8888/

参考:https://blog.csdn.net/weixin_45587004/article/details/123157336

网址:远程访问服务器Jupyter Lab https://klqsh.com/news/view/243751

相关内容

What is Jupyter? — Jupyter Documentation 4.1.1 alpha documentation
Project Jupyter Documentation — Jupyter Documentation 4.1.1 alpha documentation
远程访问校内系统入口
家庭服务器可以干嘛 知乎,家庭服务器全解析探索家庭服务器的多样用途,打造个性化智能生活
Usage — Jupyter Documentation 4.1.1 alpha documentation
PC远程服务
Install and Use — Jupyter Documentation 4.1.1 alpha documentation
明星访谈帮忽悠 微软强推服务器进家庭
进服务器为什么显示连接已丢失
个人云服务器能干什么,个人云服务器,解锁无限可能,打造个性化云端生活

随便看看