Skip to content

Commit 103ee12

Browse files
committed
Fix broken links in notebooks
1 parent 9618677 commit 103ee12

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

notebooks/capacity.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
"source": [
88
"# Calculating agent capacity\n",
99
"\n",
10-
"This notebook contains example data processing using the output of the [`muse1_default`] example\n",
10+
"This notebook contains example data processing using the output of an example\n",
1111
"model.\n",
1212
"\n",
1313
"Output files are mostly in CSV format. The format of output files is documented [here][output-format].\n",
1414
"\n",
1515
"We begin by loading the `model.toml` input file to get the list of milestone years.\n",
1616
"\n",
17-
"[`muse1_default`]: ../../examples/muse1_default/\n",
1817
"[output-format]: https://energysystemsmodellinglab.github.io/MUSE2/file_formats/output_files.html"
1918
]
2019
},
@@ -127,7 +126,7 @@
127126
],
128127
"metadata": {
129128
"kernelspec": {
130-
"display_name": "Python 3 (ipykernel)",
129+
"display_name": "muse2-data-analysis",
131130
"language": "python",
132131
"name": "python3"
133132
},

notebooks/prices.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
"source": [
88
"# Plotting commodity prices\n",
99
"\n",
10-
"This notebook shows how to plot commodity prices, using the [`muse1_default`] example model.\n",
10+
"This notebook shows how to plot commodity prices, using an example model.\n",
1111
"\n",
12-
"We first load the prices from the `commodity_prices.csv` output file.\n",
13-
"\n",
14-
"[`muse1_default`]: ../../examples/muse1_default/"
12+
"We first load the prices from the `commodity_prices.csv` output file."
1513
]
1614
},
1715
{
@@ -58,7 +56,7 @@
5856
],
5957
"metadata": {
6058
"kernelspec": {
61-
"display_name": "Python 3 (ipykernel)",
59+
"display_name": "muse2-data-analysis",
6260
"language": "python",
6361
"name": "python3"
6462
},

0 commit comments

Comments
 (0)