為了使用jupyter notebook 記錄學習python中的代碼和筆記,遂安裝jupyter
使用pip 安裝,因為python環境是新的,缺少很多東西。在安裝過程中,遇到很多問題
1、安裝setuptools 下載地址https://bitbucket.org/pypa/setuptools/downloads/
下載解壓,在解壓目錄運行命令行
python setup.py install
2、安裝ipython pip install ipython
3、安裝vcforpython27 https://www.microsoft.com/en-in/download/details.aspx?id=44266
4、安裝jupyter pip install jupyter