python之pip安装jupyter
为了使用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