- Python Data Mining Quick Start Guide
- Nathan Greeneltch
- 128字
- 2021-06-24 15:19:44
Launching the Spyder IDE
Spyder can be started by passing spyder into the Anaconda prompt as follows:
(base) $ spyder
As mentioned earlier, Spyder uses the IPython interactive console. So, you can pass code line-by-line directly into the console. See the following screenshot for two lines of Python code passed one at a time:

Alternatively, you can edit a script in the editor and execute by pressing the green play button at the top of the IDE. This causes the script to be dumped into the IPython console, then run line-by-line:

The interactive IPython console also can display images and plots inline in the same console window. This is yet another feature that is very convenient for interactive data mining and rapid prototyping of analytics models:

推薦閱讀
- 中文版Photoshop CS5數(shù)碼照片處理完全自學(xué)一本通
- 計算機(jī)應(yīng)用復(fù)習(xí)與練習(xí)
- Zabbix Network Monitoring(Second Edition)
- 流處理器研究與設(shè)計
- 控制系統(tǒng)計算機(jī)仿真
- 可編程序控制器應(yīng)用實訓(xùn)(三菱機(jī)型)
- Excel 2010函數(shù)與公式速查手冊
- 電氣控制與PLC原理及應(yīng)用(歐姆龍機(jī)型)
- 機(jī)床電氣控制與PLC
- ARM體系結(jié)構(gòu)與編程
- Hands-On Generative Adversarial Networks with Keras
- 軟件測試管理
- Learning OpenShift
- ASP.NET學(xué)習(xí)手冊
- 多媒體技術(shù)應(yīng)用教程