Skip to content

Commit 8354644

Browse files
committed
2 parents e3adf91 + bc98016 commit 8354644

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ using [Notebook-Classroom](https://github.com/hydrocode-de/notebook-classroom).
88
The best way to build your own is to [generate a new repository using this as a template](https://github.com/hydrocode-de/sample-lecture-python/generate)
99

1010
<hr>
11+
1112
## What's contained?
1213

1314
There are a cople of files in the repository. Most of them don't need to be touched, but you can use them to adjust
@@ -64,4 +65,4 @@ should be used.
6465

6566
1. Add missing packages to the ``requirements.txt``
6667
2. Remove/replace all ``.ipynb`` with your lectures
67-
3. Configure [Notebook-Classroom](https://github.com/hydrocode-de/notebook-classroom) application by adjusting [configuration.js]
68+
3. Configure [Notebook-Classroom](https://github.com/hydrocode-de/notebook-classroom) application by adjusting [configuration.js](configuration.js).

configuration.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ var Config = {
1616
{
1717
label: "Overview",
1818
link: "sample_lecture.html"
19+
},
20+
{
21+
label: "Plots",
22+
link: "interactive_plots.html"
1923
}
2024
]
2125
},
@@ -26,6 +30,10 @@ var Config = {
2630
{
2731
label: "Overview",
2832
link: "sample_lecture.slides.html"
33+
},
34+
{
35+
label: "Plots",
36+
link: "interactive_plots.slides.html"
2937
}
3038
]
3139
},

0 commit comments

Comments
 (0)