Skip to content

Instantly share code, notes, and snippets.

View Kvieta1990's full-sized avatar

Yuanpeng Zhang Kvieta1990

View GitHub Profile
@Kvieta1990
Kvieta1990 / jupyter_kernel_list.md
Created November 14, 2022 02:22 — forked from chronitis/jupyter_kernel_list.md
Updated Jupyter Kernels page

What is a kernel?

The kernel lets you run code in a particular programming language using one of the Jupyter tools, such as the Notebook, Jupyterlab or nteract. Installing additional kernels will let you run code in more languages using your existing jupyter installation.

Technically, the kernel is an application which speaks the Jupyter Messaging Protocol, to receive code input from the frontend and respond with the results.

Which kernels do I have installed?

In the Notebook or JupyterLab, the list of available kernels will be shown when trying to create a new notebook.