- 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.
推薦閱讀
- Visual C++程序設計教程
- Java范例大全
- PWA入門與實踐
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- Apache Karaf Cookbook
- Data Analysis with Stata
- Hands-On Microservices with Kotlin
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- 精通Linux(第2版)
- Mastering Linux Network Administration
- Building Machine Learning Systems with Python(Second Edition)
- Java語言程序設計教程
- C#程序設計(項目教學版)
- Elasticsearch Essentials
- Visual Basic 程序設計實踐教程