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
- Host: GitHub
- URL: https://github.com/danwild/uni-astro-notebooks
- Owner: danwild
- Created: 2021-08-21T00:36:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T22:03:45.000Z (over 3 years ago)
- Last Synced: 2025-02-25T07:18:03.987Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 4.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uni-astro-notebooks [](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
```