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.
Be sure to clone into the ~/notebooks/
directory (or a subdirectory of it) so that you can browse the repository with JupyterLab’s file browser:
- Open the JupyterLab terminal.
cd ~/notebooks
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 |
---|---|
lsst-sqre/notebook-demo | Preinstalled demo notebooks. See Demo notebooks. |
lsst-dm/dm-demo-notebooks | Notebooks by LSST Data Management that demonstrate LSST DM software. |
lsst-com/notebooks | A collection point for LSST Commissioning-related Jupyter notebooks. |
LSSTScienceCollaborations/DMStackClub | Learning the LSST DM Stack, by writing Jupyter notebook tutorials. |
lsst-dm/tutorial-lsst2017 | This is the tutorial notebook from LSST Data Management’s onsite tutorials. Check out the answers branch to run the notebook all the way through — or try to code it yourself from master . |
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.