码迷,mamicode.com
首页 > 其他好文 > 详细

Debain install Jupyter

时间:2018-10-02 22:31:05      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:com   gen   install   deb   https   load   pen   password   ipy   

1. install Anaconda

https://www.anaconda.com/download/#linux

2. config jupyter

$ ipython
from notebook.auth import passwd
passwd()

$ jupyter notebook --generate-config
$vim ~/.jupyter/jupyter_notebook_config.py

c.NotebookApp.ip='your_ip_address'
c.NotebookApp.password = u'sha1:**********************'
c.NotebookApp.open_browser = False
c.NotebookApp.port =8900

$jupyter notebook

Debain install Jupyter

标签:com   gen   install   deb   https   load   pen   password   ipy   

原文地址:https://www.cnblogs.com/HurryXin/p/9737870.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!