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.
Install Datalayer
Datalayer is a JupyterLab extension. To install it, just run the following command in your terminal.
pip install datalayer
You will need python>=3.9
and pip
available on your machine.
info
Remote Kernels is being released in a PREVIEW mode. This means that the account you will create will not stay and can be removed at any time based on Datalayer's new releases.