From b41c5b53026678b68d8cebb719f2946bfe519c84 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Thu, 19 Sep 2019 16:06:21 +0200 Subject: [PATCH] Adjust content overview in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fd2b52..78bdff9 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ science professionals and researchers. As such they can be viewed in a plain web browser: - [00 - Start up](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/master/00_start_up.ipynb) +- [01 - Elements of a Program](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/master/01_elements_of_a_program.ipynb) However, it is recommended that students **install Python and Jupyter locally** and run the code in the notebooks on their own.