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

https://github.com/danwild/uni-astro-notebooks

A collection of uni assignment notes
https://github.com/danwild/uni-astro-notebooks

Last synced: 12 months ago
JSON representation

A collection of uni assignment notes

Awesome Lists containing this project

README

          

# uni-astro-notebooks [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/danwild/uni-astro-notebooks/HEAD)

Dump of uni assignment notes and materials

### Conda

```shell
conda env create -f environment.yml
conda activate astro-notebooks
jupyter lab
```