LSST-related notebook repositories¶
Many groups in LSST and the wider community are sharing Jupyter notebooks on GitHub. These notebooks are excellent resources for learning about LSST data processing and can be inspiration for your own work.
Getting notebooks from GitHub¶
You can clone any Git repository from GitHub to work with its notebooks.
Open the JupyterLab terminal.
git clone https://github.com/{{org}}/{{repo}}
Open notebooks from JupyterLab’s file browser.
Notebook repositories¶
Take a look at these GitHub repositories to find interesting notebooks:
Repository |
Description |
---|---|
Preinstalled demo notebooks. See Demo notebooks. |
|
Notebooks by LSST Data Management that demonstrate LSST DM software. |
|
A collection point for LSST Commissioning-related Jupyter notebooks. |
|
Learning the LSST DM Stack, by writing Jupyter notebook tutorials. |
|
This is the tutorial notebook from LSST Data Management’s onsite tutorials. Check out the |
Suggest a repository¶
If you would like to share your own open-source repository of notebooks, feel free to submit an issue or pull request to this documentation.