Remote Kernels Preview
· 4 min read
info
First things first, what is a Jupyter Kernel?
A Jupyter Kernel is the place where the computation of your Jupyter Notebook is happening. A Kernel is separated from the Notebook, hence can run your code remotely on a different system.
