Skip to content

Commit 667da49

Browse files
authored
Merge pull request #1112 from EnergySystemsModellingLab/remove-jupyter-notebooks
Remove notebooks and signpost data analysis repo
2 parents c6a8b94 + aa1fd52 commit 667da49

File tree

6 files changed

+4
-232
lines changed

6 files changed

+4
-232
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
# MUSE2 settings file
55
settings.toml
6-
!assets/settings.toml
76

87
# Simulation output files
98
**/muse2_results

.lycheeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
# Often times out
88
^https://iea-etsap.org
9+
^https://www.contributor-covenant.org
910

1011
# Server often rejects connection (at least on GitHub runners)
1112
^https://allcontributors.org

doc-requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
jinja2
2-
matplotlib
3-
notebook
4-
pandas
52
pyyaml
63
table2md

docs/notebooks/capacity.ipynb

Lines changed: 0 additions & 144 deletions
This file was deleted.

docs/notebooks/prices.ipynb

Lines changed: 0 additions & 81 deletions
This file was deleted.

docs/user_guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ The first few lines should look something like:
8585

8686
You should see that a new `muse2_results` folder has been created. This folder will contain the
8787
output for your model in a subfolder called `new_model`. For information about how to interpret
88-
these files, see [the documentation for output files]. We also have some [example Jupyter
89-
notebooks].
88+
these files, see [the documentation for output files]. There is also the [`muse2_data_analysis`
89+
repository], which contains example Jupyter notebooks for processing output data.
9090

9191
[the documentation for output files]: file_formats/output_files.md
92-
[example Jupyter notebooks]: https://github.com/EnergySystemsModellingLab/MUSE2/tree/main/docs/notebooks
92+
[`muse2_data_analysis` repository]: https://github.com/EnergySystemsModellingLab/muse2_data_analysis
9393

9494
### Next steps
9595

0 commit comments

Comments
 (0)