#!/usr/bin/env python # coding: utf-8 # # Windows8.1 下安装iPython NoteBook 平台 # 本文只进行iPython NoteBook的基础配置,比较简单,仅做个备份。 # ###1. 安装Python # 以Python2.7为例,可以先去官网自行下载并安装:在http://www.python.org/download/ 下载并安装,安装程序已经自动完成了环境变量的设置。 # ###2. 安装iPython和相关的库文件 # 直接使用easy_install.exe安装相关包: # C:\Python27\Scripts>easy_install.exe Ipython # # C:\Python27\Scripts>easy_install.exe eyzmq # # C:\Python27\Scripts>easy_install.exe jinja2 # # C:\Python27\Scripts>easy_install.exe tornado # # C:\Python27\Scripts>easy_install.exe pygments # # C:\Python27\Scripts>pip.exe mistune # ###3. 启动 NoteBook # C:\Python27\Scripts>ipython notebook