Debain install Jupyter

Posted hurryxin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Debain install Jupyter相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章

Python Installing Jupyter

pip install jupyter 显示requairment already satisfied

我的Android进阶之旅解决安装apk时出现错误:INSTALL_FAILED_CONFLICTING_PROVIDER : Package couldn‘t be installed in(代码片

sh jupyter_install.sh

Installing the Jupyter Software

基础服务系列-Jupyter Install TensorFlow