From 2fb8441e91675d5c72e8a9b22ef9e5148cab37de Mon Sep 17 00:00:00 2001 From: Tim Skov Jacobsen Date: Tue, 12 Nov 2019 11:12:38 +0100 Subject: [PATCH] Add note about online editor --- Session 0 - Introduction/Session 0 - Exercises.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Session 0 - Introduction/Session 0 - Exercises.ipynb b/Session 0 - Introduction/Session 0 - Exercises.ipynb index 92956bc..cdb882f 100644 --- a/Session 0 - Introduction/Session 0 - Exercises.ipynb +++ b/Session 0 - Introduction/Session 0 - Exercises.ipynb @@ -292,6 +292,8 @@ "# 0. Basic Exercises\n", "These exercises are tiny appetizers for next time. \n", "\n", + "Use a locally installed editor like Spyder or Visual Studio Code. If you want to try out coding without installing anything, try this online editor: https://www.onlinegdb.com/online_python_compiler\n", + "\n", "# Exercise 0\n", "If you haven't done so yet, go ahead and create your first little program and type `print('Hello world!')`. \n", "\n",