ipython 是 增强的交互式 Python 命令行 工具
pip install ipython2、jupyter
Jupyter Notebook 的本质是一个 Web 应用程序,便于创建和共享程序文档,支持实时代码,数学方程,可视化和 markdown。 用途包括:数据清理和转换,数值模拟,统计建模,机器学习等等。
pip install jupyter jupyter notebook help
启动 jupyter notebook
jupyter notebook
常用快捷键
a 之前插入代码块、 b 之后插入代码块 L 增加行号 运行代码块 shift + enter ,选择下面的代码块 运行当前代码块 ctrl + enter 3、pycharm 安装 Windows用户,官网下载Pycharm社区版,足够开发项目使用了。按照软件安装向导提示安装即可。 Ubuntu 可在应用市场安装社区版。


