Loading...

Code Cell

A cell holding source code (Python by default) run by the active kernel.

When to use: Anywhere computation, model fitting, or data manipulation happens.

Example: A cell with `import pandas as pd` and `df.head()` last shows a formatted DataFrame inline.

More Jupyter & Colab Glossary terms