1、安裝Aconda3bash
服務器安裝anaconda和主機上直接安裝anaconda沒有多大區別服務器
Linux安裝Anaconda
下載安裝腳本:https://repo.continuum.io/archive/,選擇要安裝的Python版本和系統架構:
# Python 3.5
$ wget https://repo.continuum.io/archive/Anaconda3-4.2.0-Linux-x86_64.sh # 64位系統
$ wget https://repo.continuum.io/archive/Anaconda3-4.2.0-Linux-x86.sh # 32位系統
# Python 2.7
$ wget https://repo.continuum.io/archive/Anaconda2-4.2.0-Linux-x86_64.sh # 64位系統
$ wget https://repo.continuum.io/archive/Anaconda2-4.2.0-Linux-x86.sh # 32位系統
運行安裝嚮導:
$ bash Anaconda3-4.2.0-Linux-x86_64.sh架構
2、配置jupyterspa
conda install jupyter notebookget
未創建默認 jupyter 配置文件的狀況下,能夠自動生成:io
jupyter notebook --generate-config系統架構
配置jupyter_notebook_config.py文件class