阿里云Ubuntu python2.7 环境下安装jupyter

 

最近由于做项目需要用到python2,所以在服务器上搭建了一个python2环境下的jupyter

环境:阿里云服务器 python2.7

在终端中依次执行以下命令:

pip install ipython==5.0.0
pip install jupyter
jupyter notebook --generate-config
jupyter notebook password  # 创建密码
vim ~/.jupyter/jupyter_notebook_config.json ##记下密钥sha1:xxxxxxx
vim ~/.jupyter/jupyter_notebook_config.py

编辑jupyter_notebook_config.py配置文件,插入以下内容:

c.NotebookApp.ip='0.0.0.0'
 
c.NotebookApp.password = u'sha1:xxxxxx.....' #此处为刚才记下的的密钥
 
c.NotebookApp.open_browser = False
 
c.NotebookApp.port =8800

这里我们开放了8800端口,之后需要在阿里云安全组策略中开启8800端口

至此,Jupyter notebook可以正常运行

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值