Skip to main content

Datalayer on JupyterLab

Datalayer integrates seamlessly as a JupyterLab extension, allowing you to manage and interact with Runtimes directly from your familiar JupyterLab interface. The extension mirrors the functionality available on Datalayer SaaS once you log in.

Installation

To install the Datalayer extension for JupyterLab, ensure you have python>=3.9 and pip installed on your machine. Then, run the following command in your terminal.

# Use --upgrade if you want to update an existing installation to the latest version.
pip install datalayer
Environment setup with conda

If you are using conda, you can create a new environment and install the required packages as follows. Note that conda and miniconda are interchangeable.

ENV_NAME=datalayer
miniconda create -y -n $ENV_NAME
miniconda activate $ENV_NAME
miniconda install -c conda-forge -y python=3.11 pip
pip install datalayer

Start JupyterLab as usual.

jupyter lab

You can provide traits to configure the Datalayer server as well as additional options used at runtime.

jupyter lab \
--DatalayerExtensionApp.run_url="https://prod1.datalayer.run" \
--DatalayerExtensionApp.white_label=False \
--DatalayerExtensionApp.Launcher.category="GPU" \
--DatalayerExtensionApp.Launcher.name="GPU Runtimes" \
--DatalayerExtensionApp.Launcher.icon_svg_url="https://raw.githubusercontent.com/datalayer/icons/main/svg/data2/circle-white.svg" \

The traits can be provided in a configuration as well, see the Jupyter common directories and file locations.

JupyterLab users are familiar accessing the feature via tiles as shown below.

Datalayer introduces a new section. Click on the Jupyter Kernels tile to access the Datalayer interface.

Account

Before login, you should have a valid account created during the Join process from the SaaS.

Once the Datalayer extension is installed, you can login via the user interface.

If you have a Token, you can use it to authenticate. The Token can be a Datalayer Token or an External Token in case of integration with an External IAM Provider.

Environments

Refer to the Environments feature documentation for more information.

You can see the list of available environments in the SaaS under the Environments tab.

Platform Environments

Runtimes

Refer to the Runtimes feature documentation for more information.

You can launch Runtimes from the "Runtimes" page of the extension.

Refer to the Launch a Runtime feature documentation for more information on the different options available.

Runtimes Snapshots

Refer to the Runtimes Snapshots feature documentation for more information.

Credits

Refer to the Credits feature documentation for more information.

Go to the "Usage" tab to see your credit consumption with detailed dashboard and to add credits.