update browser interpreter link

pull/10/head
Kenneth C. Kleissl 2019-12-02 22:29:38 +01:00
parent d109418772
commit 8d2fb458c6
1 changed files with 2 additions and 3 deletions

View File

@ -6,8 +6,7 @@
"source": [
"# 1. Data Types\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",
"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.pythonanywhere.com/try-ipython/\n",
"\n",
"## Code comments\n",
"In order to explain the code, comments in Python can be made by preceding a line with a hashtag `#`. Everything on that particular line will then not be interpreted as part of the code:\n",
@ -1401,4 +1400,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}