本文主要介绍如何做一个Jupyter notebook 后台
准备
购买服务器
- 买一个服务器 我用的是 Digitalocean (新加坡的) 顺便用于科学上网,邀请链接冲 5刀送10刀 按下不表
- 装系统 我用 Ubuntu
- 服务器配置 按下不表
软件配置
- 安装虚拟环境
- 安装 Nginx
- 安装 Jupyter Notebook
开干
配置 SSL
配置 Jupyter
sudo apt install python-pip
pip install notebook jupyter
配置 Nginx
1 |
|
总结
配置中还有不少的坑,以后有时间,慢慢说。