pycharm使用ssh连接远程jupyter

1. 安装jupyter
cpp 复制代码
pip install jupyter
2. 生成jupyter_notebook_config.py文件
cpp 复制代码
jupyter notebook --generate-config
3. 设置命令参数
cpp 复制代码
jupyter notebook --no-browser --allow-root --port 8900

配置Jupyter服务器

将上面的代码复制到命令行实参中:

相关推荐
文静小土豆1 天前
CentOS 7 OpenSSH 10.2p1 升级全攻略(含离线安装与回退方案)
linux·运维·centos·ssh
最最菜的菜鸟1 天前
本地环境通过 SSH 协议访问 GitHub 上的仓库时,SSH 公钥认证失败,配置 Git SSH 密钥
git·ssh·github
ol木子李lo3 天前
Linux 命令备忘录
linux·运维·服务器·windows·编辑器·ssh·bash
m0_738120723 天前
渗透测试——Momentum靶机渗透提取详细教程(XSS漏洞解密Cookie,SS获取信息,Redis服务利用)
前端·redis·安全·web安全·ssh·php·xss
小哈里5 天前
【工具】Linux远程开发核心工具,Git命令缩写与SSH常用命令
linux·git·ssh·工具·远程开发
推理幻觉5 天前
ssh远程连接错误
运维·ssh
xzjiang_3655 天前
Jupyter 运行经验3:读入和显示一张图片
ide·python·jupyter
能源革命5 天前
Ubuntu24.04修改ssh默认端口
linux·服务器·ssh
闪电橘子6 天前
Pycharm运行程序报错 Process finished with exit code -1066598273 (0xC06D007F)
ide·python·pycharm·cuda
我要七分甜6 天前
Pycharm中Anaconda的详细配置过程
python·pycharm