https://github.com/fneum/gasunie-workshop
https://github.com/fneum/gasunie-workshop
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fneum/gasunie-workshop
- Owner: fneum
- License: mit
- Created: 2025-02-24T10:21:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-09T17:30:10.000Z (3 months ago)
- Last Synced: 2026-03-09T22:56:16.488Z (3 months ago)
- Language: Jupyter Notebook
- Size: 22.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).