Starting a notebook session#

This page explains how to start a JupyterLab server on the Rubin Science Platform.

You’ll need an account for the Rubin Science Platform. For more information about logging into the Rubin Science Platform, including getting an account, see Getting an account on the RSP.

Step 1. Go to the server options page#

From the Homepage, click on Notebooks in the header (or use the direct link: https://data.lsst.cloud/nb/).

Tip

If you already have an active notebook session, the links above will take you straight to that session.

Step 2. Select a machine image and size#

The Server Options page lets you select the machine image and size that you’ll work in.

Image#

The machine images are based on LSST Science Pipelines Docker images, which are built on the CentOS 7 Linux operating system.

You can choose which version of the LSST Science Pipelines to run:

  • Recommended

  • Release (rX.Y)

  • Weekly releases (YYYY_WW)

  • Daily releases (YYYY_MM_DD)

The Recommended image is often the best choice because it has update-to-date versions of both the LSST Science Pipelines and supporting Jupyter and Python software, and is backed by additional testing.

For scientific analysis work where reproducibility between Notebook Aspect sessions is important, you may wish to select a specific major or weekly release, and stick with that release for each log in. To continue using a specific release, you may need to select it from the historical image drop down.

For developing with the LSST Science Pipelines, we recommend using the latest daily release to ensure your work is compatible with current versions of Science Pipelines packages. See Developing LSST Science Pipelines packages in the Notebook Aspect for more information.

Options: size#

You can also choose your machine size from the Server Options page. Since the Rubin Science Platform is a shared resource, try to use the smallest machine possible so that resources are available to other users.

For running data processing tasks with the LSST Science Pipelines, choose the Medium or Large images to ensure that datasets fit in RAM.

For lightweight tasks, such as editing notebooks or analyzing small datasets, small-scale analyses, the Small images will be just fine.

Options: Enable debug logs#

Only select this option if requested by Rubin Observatory staff.

Options: Clear the .local directory#

Only select this option if you are having difficulties starting the Notebook Aspect because Python packages or other software that you installed yourself are now incompatible with the image that you want to launch.

Start the Notebook Aspect#

Click Start to launch into the Notebook Aspect.