Skip to content

Instantly share code, notes, and snippets.

@wang-zhijun
Last active July 3, 2017 05:52
Show Gist options
  • Save wang-zhijun/6fb8d9f4892524880ec14e087201be5d to your computer and use it in GitHub Desktop.
Save wang-zhijun/6fb8d9f4892524880ec14e087201be5d to your computer and use it in GitHub Desktop.
jupyter

https://www.continuum.io/downloads

wget https://repo.continuum.io/archive/Anaconda3-4.4.0-Linux-x86_64.sh

sudo yum install bzip2
bash Anaconda3-4.4.0-Linux-x86_64.sh
jupyter notebook
jupyter notebook --generate-config

/home/deploy/.jupyter/jupyter_notebook_config.py 設定ファイルの c.NotebookApp.ip 部分を NICのIPに設定する

jupyterにpasswordを設定

python -c 'from notebook.auth import passwd;print(passwd())'

c.NotebookApp.password = 'sha1:xxxxx' 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment