Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fneum/nordnet-autumn-school


https://github.com/fneum/nordnet-autumn-school

Last synced: 7 days 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 `nordnet-autumn-school/` directory
4. Run `jupyter-book clean nordnet-autumn-school/` to remove any existing builds
5. Run `jupyter-book build nordnet-autumn-school/`

A fully-rendered HTML version of the book will be built in `nordnet-autumn-school/_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).