Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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