Logging in¶
You need NCSA Kerberos credentials to log into the LSST Science Platform Notebook Aspect. Members of LSST receive an NCSA Kerberos account as part of your onboarding. If you haven’t onboarded into LSST yet, talk to your T/CAM or sponsor.
If this is your first time logging in, you’ll need to take a moment to set up a VPN:
Once you have a working VPN, you can log into the LSST Science Platform Notebook Aspect itself:
Install and configure the NCSA VPN (Cisco AnyConnect and NCSA DUO)¶
To use the notebook aspect from non-approved networks, you need to use the NCSA VPN. This requires you to:
- Install the Cisco AnyConnect client on your computer.
- Install and enroll in NCSA DUO on your iPhone or Android device.
Follow the documentation Connecting to the VPN System (external link) for details on using Cisco AnyConnect VPN client and NCSA DUO for two-factor authentication.
Step 1: Log into the NCSA VPN¶
If you aren’t on an approved network, first activate the NCSA VPN. Follow the steps a Connecting to the VPN System (external link) for details on how to do thiis.
If you’ve forgotten your password, you can reset it by visiting https://identity.ncsa.illinois.edu/reset.
Step 2: Log in¶
Open lsst-lsp-stable.ncsa.illinois.edu/nb in your web browser. Click the Sign in with CILogon button, then enter your NCSA Kerberos credentials on the NCSA CILogon page.
If you’ve forgotten your password, you can reset it at https://identity.ncsa.illinois.edu/reset.
Once authentication is complete, you’ll be redirected to the Notebook Aspect’s Spawner page.
Step 3: Select a machine image and size¶
The Spawner 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:
- Daily releases (YYYY-MM-DD)
- Weekly releases (YYYY-WW)
- Supported releases
For scientific analyses, we recommend a supported or weekly release. If you are developing with the LSST Science Pipelines, opting for the latest daily release might make sense.
Only the most recent releases are shown by default. You can select older releases from the image tag drop-down menu.
Size¶
You can also choose your machine size from the Spawner options page. Try to use the smallest machine possible so that resources are available to other users.
For small-scale analyses, the Tiny and Small images will be just fine.
For running image processing tasks with the LSST Science Pipelines, choose the Medium or Large images to ensure that datasets fit in RAM.
Next, click Spawn and you’ll be launched into the Notebook Aspect.
Next steps¶
- Learn more about the JupyterLab interface (external Project Jupyter documentation).
- Explore demo notebooks featuring LSST data analysis.