From a0d66e2a5b9a823e60ede8ae1e0a0795c7e42487 Mon Sep 17 00:00:00 2001 From: JanMatas Date: Tue, 24 Mar 2020 16:18:23 +0100 Subject: [PATCH] Add link to Deepnote --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3df2247..ed808cf 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,13 @@ Then, unpack the ZIP file into a folder of your choosing, ideally somewhere within your personal user folder so that the files show up right away in JupyterLab. +### Try it online + +You can try and follow this course also in [Deepnote](https://deepnote.com), +which allows you to execute the code from your browser without installing anything. +For example, here's a link to the first chapter: +[](https://beta.deepnote.com/launch?template=deepnote&url=https%3A//github.com/webartifex/intro-to-python/blob/master/00_intro_00_lecture.ipynb) + ### Alternative Installation (for Instructors) -- GitLab