概览
主要有以下几个部分
1. 安装jupyter notebook
2. 设置jupyter notebook可远程访问
3. 非常关键的一点
4. 参考博文和资源
自己用的深度学习集成开发环境(IDE)为jupyter notebook,可以在本地浏览器调用远程服务器的jupyter notebook,看起来就像自己笔记本上的IDE,不同的是有服务器强大的性能为其提供支撑。
jupyter notebook的文档https://jupyter-notebook.readthedocs.io/en/latest/public_server.html#notebook-server-security
1. 安装jupyter notebook
一种方法是下载安装ananconda,里面有自带的jupyter notebook。另一种是使用pip(更换pip源)来安装pip install jupyter。
可参考:
如何在Ubuntu 18.04上安装Anaconda https://cloud.tencent.com/developer/article/1349098
Jupyter notebook使用指南&

本文详细介绍了如何在Windows系统中通过jupyter notebook远程访问Linux服务器,包括安装jupyter notebook、设置远程访问、解决防火墙和代理问题,以及使用SecureCRT进行端口转发的步骤。通过这些操作,可以实现在本地浏览器中如同使用本地IDE一般操作远程服务器的jupyter notebook。
最低0.47元/天 解锁文章
989

被折叠的 条评论
为什么被折叠?



