- 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.
推薦閱讀
- Advanced Quantitative Finance with C++
- The DevOps 2.3 Toolkit
- 軟件測試項目實戰之性能測試篇
- Hands-On Enterprise Automation with Python.
- C語言課程設計
- Hands-On Full Stack Development with Go
- PLC應用技術(三菱FX2N系列)
- OpenCV 3.0 Computer Vision with Java
- Learning Alfresco Web Scripts
- WCF編程(第2版)
- Unreal Engine 4 Game Development Essentials
- R語言編程:基于tidyverse
- SQL優化核心思想
- Python快速編程入門
- Java到Kotlin:代碼重構指南