文章目录1 远程服务器端1.1 install jupyter notebook1.2 设置jupyter登录密钥1.3 配置jupyter1.3.1 生成配置文件1.3.2 配置1.4 启动2 本地访问
1 远程服务器端
1.1 install jupyter notebook
conda install jupyter notebook
OR: pip install jupyter notebook
推荐使用以下pip 源
清华:https://pypi.tuna.tsinghua.edu.cin/simple
阿里云:https://mirrors.aliyun.com/pypi/s
1