- Hands-On Data Science with Anaconda
- Dr. Yuxing Yan James Yan
- 161字
- 2021-06-25 21:08:46
Using Python via Jupyter
Here, we show you how to write simple Python code via Jupyter:
- From the menu, after clicking Anaconda, we can find an entry called Jupyter Notebook. After clicking on that entry, we can see the following:

- If we click New on the right-hand side, we can find several choices. After we choose Python 3, we end up with the following starting file:

- We can now type our Python commands in the box. Remember to press Shift + Enter if you want to execute the command (shown here):

- We can also type multiple commands and execute them, as shown here:

The colorful and distinct treatment of keywords, parentheses, and values makes our programming a little easier.
We could save our programs by choosing File|Save and Checkpoint on the menu bar. Similarly, we could load our presaved programs by choosing File|Revert to Checkpoint directly from the menu bar or finding it under Files in the Jupyter home page.
推薦閱讀
- Circos Data Visualization How-to
- OpenStack for Architects
- 空間機器人遙操作系統及控制
- 機器人智能運動規劃技術
- 數據產品經理:解決方案與案例分析
- AWS Certified SysOps Administrator:Associate Guide
- Implementing Oracle API Platform Cloud Service
- Nginx高性能Web服務器詳解
- 電腦日常使用與維護322問
- 重估:人工智能與賦能社會
- 網站規劃與網頁設計
- FreeCAD [How-to]
- Mastering Microsoft Dynamics 365 Customer Engagement
- Architectural Patterns
- ASP.NET 4.0 MVC敏捷開發給力起飛