From 0907139b4eb07bccac5ef2d550803f055432c415 Mon Sep 17 00:00:00 2001 From: muldernielsdeltares <73891995+muldernielsdeltares@users.noreply.github.com> Date: Thu, 21 Sep 2023 21:09:56 +0200 Subject: [PATCH] Fix: update domainname of notebook vieuwer (#15) --- index.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 5a8384c..b4298f0 100644 --- a/index.html +++ b/index.html @@ -67,69 +67,69 @@
Basics and Plotting — -Notebook 1 +Notebook 1 — Video
Arrays — -Notebook 2 +Notebook 2 — Video
For loops and If/Else statements — -Notebook 3 +Notebook 3 — Video
Functions — -Notebook 4 +Notebook 4 — Video
Finding the Zeros of a Function — -Notebook 5 +Notebook 5
Systems of linear equations — -Notebook 6 +Notebook 6
Bugs — -Notebook 7 +Notebook 7
Pandas and Time Series — -Notebook 8 +Notebook 8 — Video
Discrete Random Variables — -Notebook 9 +Notebook 9 — Video
Continuous Random Variables — -Notebook 10 +Notebook 10 — Video
Distribution of the Mean and Hypothesis Tests Theorem — -Notebook 11 +Notebook 11 — Video (Python 2)
Object oriented programming — -Notebook 12 +Notebook 12 — Video (Python 2)
Regression I — -Notebook 13 +Notebook 13
Test Notebooks 1-4 — -Test Notebook 1-4 +Test Notebook 1-4
To be added soon: Regression II, ipywidgets, animations