美文网首页
conda jupyter

conda jupyter

作者: 寒火儿 | 来源:发表于2018-08-26 18:41 被阅读1次

```

wget https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh

sh xxx.sh

```

```

jupyter notebook --generate-config

python3

from notebook.auth import passwd

passwd()

# 复制sha1........

vi ~/.jupyter/jupyter_notebook_config.py

c.NotebookApp.ip = '*'

c.NotebookApp.password = u' sha1:-----' #这里就是上面的字符串

c.NotebookApp.port = 8866

```

相关文章

网友评论

      本文标题:conda jupyter

      本文链接:https://www.haomeiwen.com/subject/jcooiftx.html