https://github.com/lsst/schedview_notebooks
Notebooks associated with schedview, sometimes for execution by Times Square
https://github.com/lsst/schedview_notebooks
Last synced: about 1 year ago
JSON representation
Notebooks associated with schedview, sometimes for execution by Times Square
- Host: GitHub
- URL: https://github.com/lsst/schedview_notebooks
- Owner: lsst
- License: gpl-3.0
- Created: 2024-03-22T18:34:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T17:14:48.000Z (over 1 year ago)
- Last Synced: 2025-03-12T18:26:32.236Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 599 KB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# schedview_notebooks
Notebooks associated with schedview, sometimes for execution by Times Square
## Development
This repository uses Pre-commit to keep notebooks formatted and clean. Install Pre-commit by running:
```bash
pip install pre-commit
pre-commit install
```