Way to the science

Web Services 2– jupyter

jupyter是一个多功能的IDE,其中包含的终端功能能够被用来托管我们的交互式命令,避免因网络中断造成的命令终止问题。

从导航页面选择jupyter并进入,在弹出页面中输入token:dlutyelili。

点击左上角加号按钮,新建一个终端窗口

在终端中输入以下命令可连接到node1

ssh user@192.168.33.101 -p 22

其中user是自己的账号

验证密码后,即可继续工作,浏览器刷新后终端依旧会在远端服务器运行

如果刷新网页后,看不到终端所在的标签页,可以按下图将终端切换到前台

Leave a comment

Your email address will not be published. Required fields are marked *