Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zingale/computational_astrophysics
Computational Astrophysics course notes
https://github.com/zingale/computational_astrophysics
Last synced: 2 months ago
JSON representation
Computational Astrophysics course notes
- Host: GitHub
- URL: https://github.com/zingale/computational_astrophysics
- Owner: zingale
- License: other
- Created: 2023-01-07T18:54:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T14:17:38.000Z (2 months ago)
- Last Synced: 2024-11-20T14:25:48.294Z (2 months ago)
- Language: Jupyter Notebook
- Homepage: https://zingale.github.io/computational_astrophysics/
- Size: 45 MB
- Stars: 29
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# computational_astrophysics
Computational Astrophysics course notes
## Course notes
To build the course notes, do:
```
jupyter-book build content
```## All notes
To build all of the notes, including those not intended for this course, do:
```
cd content
jupyter-book build --toc _toc_all.yml --path-output all .
```