Jupyter - Kernel

Notebook Components

About

The kernel doesn’t know anything about the notebook document: it just gets sent cells of code to execute when the user runs them.

See Jupyter kernel (Programming Languages).

Library





Discover More
Notebook Components
Jupyter

is a HTTP server that hosts notebooks for interactive data task (analysis, ...) The base Kernel (IPython) is a separate process which is responsible for: running user code, communication with...
Notebook Components
Jupyter - Notebook Server

The notebook server, not the kernel, is responsible for saving and loading notebooks, so you can edit notebooks even if you don’t have the kernel for that language—you just won’t be able to run code....
Sparkmagic Hello
Jupyter - SparkMagic

Sparkmagic is a kernel that provides Ipython magic for working with Spark clusters through Livy in Jupyter notebooks. installation ...
Notebook Components
Jupyter - iPython (Base Kernel)

in Jupyter is a kernel



Share this page:
Follow us:
Task Runner