【Linux】服务器上在VSCode中运行JupyterNotebook
针对已经连接好远程服务器的vscode
conda create --name notebook python==3.7
conda activate notebook
conda install jupyter notebook
之后,在虚拟环境notebook中开启服务
jupyter notebook --port=8889 --allow-root
打开连接上服务器的VSCode,按住ctrl+shift+p,搜索Jupyter:Specify,选择下图第一个,回车即可。
进一步,选择existing