pycharm使用ssh连接远程jupyter

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

配置Jupyter服务器
pycharm使用ssh连接远程jupyter_第1张图片
将上面的代码复制到命令行实参中:
pycharm使用ssh连接远程jupyter_第2张图片

你可能感兴趣的:(工具,pycharm,ssh,jupyter)