Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fneum/nordnet-autumn-school
https://github.com/fneum/nordnet-autumn-school
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fneum/nordnet-autumn-school
- Owner: fneum
- License: mit
- Created: 2024-10-20T13:04:17.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:32:16.000Z (24 days ago)
- Last Synced: 2024-10-22T07:41:39.099Z (23 days ago)
- Language: Jupyter Notebook
- Size: 12.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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 `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).