【软件安装】服务器(docker) 安装 jupyter

  1. 安装:pip install jupyter
  2. 生成 配置文件 jupyter notebook --generate-config
  3. 设置配置文件 vim ~/.jupyter/jupyter_notebook_config.py
#需要在末端添加一下配置信息:
c.NotebookApp.ip = '*' #所有绑定服务器的IP都能访问,若想只在特定ip访问,输入ip地址即可
c.NotebookApp.port = 8088 #默认是8888,图方便直接设80端口
c.NotebookApp.open_browser = False #我们并不想在服务器上直接打开Jupyter Notebook,所以设置成False
c.NotebookApp.notebook_dir = '/workdir' #这里是设置Jupyter的根目录,若不设置将默认root的根目录
c.NotebookApp.allow_root = True # 为了安全,Jupyter默认不允许以root权限启动jupyter 
  1. 设置密码:jupyter notebook password
  2. 启动 :jupyter notebook |
  3. 后台运行:nohup jupyter notebook --allow-root > jupyter.log 2>&1 &
  4. 指定配置文件运行:nohup jupyter notebook --allow-root --config="user.config" > jupyter.log
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值