赞
踩
windows上安装Anaconda (IPython notebook)
Anaconda是一个包与环境的管理器,一个Python发行版,以及一个超过1000多个开源包的集合。它是免费和易于安装的,并且提供免费的社区支持。Anaconda中内嵌IPython notebook环境
IPython notebook又称Jupyter notebook是一个Web交互式的Python开发环境,具有方便的单步调试功能,并拥有丰富的拓展插件!可以集成Vim环境,可在windows上享受各种Vim快捷键功能,很是适合撸代码!
Anaconda下载地址: Anaconda官网下载
可根据自己对Python环境的需求选择安装Python3版本、Python2版本! 下载下来只需要按照步骤一路next安装即可!
-----------------------
IPython notebook拓展插件安装
启动IPython notebook : 打开控制台输入命令 jupyter notebook
安装Jupyter notebook extensions扩展插件:
pip install jupyter_contrib_nbextensions
或者
pip install https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master
jupyter contrib nbextension install --user
安装后重新启动控制台窗口: 再次执行命令jupyter notebook 便可以看到在web端看到如下窗口:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。