- Matplotlib for Python Developers
- Aldrin Yim Claire Chung Allen Yu
- 119字
- 2021-08-27 18:48:18
Editing and running code
A Jupyter Notebook has boxes called cells. It begins with the text input area for code editing, known as the gray box cell, by default. To insert and edit the code do the following:
- Click inside the gray box.
- Type your Python code inside it.
- Click on the play button or press Shift + Enter to run the current cell and move the cursor to the next cell:

Once a cell is run, the relevant data and methods are loaded to the memory and can be used across cells in the same notebook kernel. No reloading is needed unless for an intended change. This saves effort and time in debugging and reloading large datasets.
推薦閱讀
- Learn ECMAScript(Second Edition)
- Moodle Administration Essentials
- Web Development with Django Cookbook
- Python爬蟲開發與項目實戰
- Apache Mahout Clustering Designs
- Linux Shell核心編程指南
- Python語言實用教程
- Mastering Linux Security and Hardening
- Azure Serverless Computing Cookbook
- SQL Server 2008 R2數據庫技術及應用(第3版)
- Java EE Web應用開發基礎
- Scala Functional Programming Patterns
- Python大規模機器學習
- PowerDesigner 16 從入門到精通
- Visual C++程序設計與項目實踐