An open API service indexing awesome lists of open source software.

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

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
```