https://github.com/fneum/dare-workshop
https://github.com/fneum/dare-workshop
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fneum/dare-workshop
- Owner: fneum
- License: mit
- Created: 2025-04-22T19:46:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-30T17:06:12.000Z (11 months ago)
- Last Synced: 2025-07-01T18:14:49.359Z (11 months ago)
- Language: Jupyter Notebook
- Size: 4.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Material for Dare International Workshop 2025
## 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 `dare-workshop/` directory
4. Run `jupyter-book clean dare-workshop/` to remove any existing builds
5. Run `jupyter-book build dare-workshop/`
A fully-rendered HTML version of the book will be built in `dare-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).