1.下载Anaconda (https://www.continuum.io/downloads)
2.安装Anaconda
3.安装成功后对应路径会出现如下文件
4.下载Pycharm (http://www.jetbrains.com/pycharm/download/#section=windows)
我下载的是:pycharm-professional-4.5.1,网络上搜索可用的激活码如下:
(若不能注册成功,则按对应的版本搜索其他注册码)
用户名:yueting3527
注册码:
===== LICENSE BEGIN =====
93347-12042010
00001FMHemWIs”6wozMZnat3IgXKXJ
2!nV2I6kSO48hgGLa9JNgjQ5oKz1Us
FFR8k”nGzJHzjQT6IBG!1fbQZn9!Vi
===== LICENSE END =====
6.PyCharm字体设置
7.PyCharm Python解释器(默认,无需设置)
1.切换到目录:C:\Anaconda2\Scripts
2.easy_install ipython pyzmq tornado readline
或者, you can first install pip with easy_install, by typing the following
command in your terminal:
easy_install pip
After that, install IPython using pip, with the following command:
sudo pip install ipython pyzmq tornado readline
3.安装完成后:在命令行输入(cmd即可) ipython –pylab就进入控制台模式
4.命令行输入:ipython notebook 则进入浏览器模式
补充:
(1)logstart:自动开始保存会话 Activating auto-logging. Current session state plus future input saved.
(2) Ability to call external Python scripts with [%run]
eg: %run -i vectorsum.py 1000
(3) %hist
shows the commands history