Loading...

Kernel

The language-specific backend process that executes your code and holds variable state.

When to use: Diagnosing stale state; choosing a non-Python language; managing per-env kernels.

Example: x = 5 in cell 1 then print(x) in cell 5 works because cell 1's value lives in the kernel.

More Jupyter & Colab Glossary terms