Skip to main content

Kernels

Datalayer introduces Browser and Remote Jupyter Kernels on top of the well-known Local Jupyter Kernels to seamlessly scale your Data Science and AI workflows.

info

Kernels can be hosted in your browser, on your local Jupyter Server, or remotely.

  • Browser Kernels: These Kernels run as web workers directly within your browser, enabling seamless interaction without the need for additional software installations.
  • Local Kernels: In this traditional setup, a Jupyter Server runs locally, and each execution spawns a local process to handle computations.
  • Remote Kernels: These Kernels run on a separate machine from your local device, leveraging potentially more powerful CPU, RAM, and GPU resources.