1、用命令行启动

打开cmd命令行,直接输入ipython。

Anaconda3启动ipython的几种方式_anaconda


2、启动GUI页面,有两种。

(1)基于QT的页面(jupyter QtConsole),在cmd窗口输入ipython qtconsole。

Anaconda3启动ipython的几种方式_anaconda_02

(2)ipython notebook(也就是jupyter notebook),在cmd窗口输入ipython notebook即可。

Anaconda3启动ipython的几种方式_ipython_03

Anaconda3启动ipython的几种方式_anaconda_04