Loading...

Cell

The basic execution unit of a notebook: a block of code or markdown run independently.

When to use: Iterating quickly on one piece of an analysis without re-running the whole notebook.

Example: Shift+Enter runs and advances. Ctrl+Enter runs in place. ~15 code + 8 markdown cells is typical.

More Jupyter & Colab Glossary terms