Linux | 安装jupyter notebook

1.安装jupyter notebook

pip install jupyter notebook

注:前提安装好pip

2.查看是否安装成功

pip freeze |grep jupyter

3.生成配置文件

jupyter notebook --generate-config

注:完成后会显示生成位置

4.修改配置文件参数

4.0打开配置文件

vim ~/.jupyter/jupyter_notebook_config.py

4.1文件存放位置

c.NotebookApp.notebook_dir = '/xxx/xxxx' # notebook默认目录

4.2是否浏览器

c.NotebookApp.open_browser = False

4.3指定端口号

#c.NotebookApp.port = 8080

4.4ip

c.NotebookApp.ip = 'localhost'->c.NotebookApp.ip = '*'

5.设置密码

jupyter notebook password

6.打开jupyter服务

jupyter notebook

jupyter notebook --allow-root(root用户)

7.本地打开

ip:port

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值