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

https://github.com/fneum/gasunie-workshop


https://github.com/fneum/gasunie-workshop

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Material for NordNET Autumn School 2024

## Usage

### Building the book

If you'd like to develop and/or build the Data Science for Energy System Modelling book, you should:

1. Clone this repository
2. Run `pip install -r requirements.txt` (it is recommended you do this within a virtual environment)
3. (Optional) Edit the books source files located in the `gasunie-workshop/` directory
4. Run `jupyter-book clean gasunie-workshop/` to remove any existing builds
5. Run `jupyter-book build gasunie-workshop/`

A fully-rendered HTML version of the book will be built in `gasunie-workshop/_build/html/`.

## Credits

This project is created using the excellent open source [Jupyter Book project](https://jupyterbook.org/) and the [executablebooks/cookiecutter-jupyter-book template](https://github.com/executablebooks/cookiecutter-jupyter-book).