From d9b4d27463646ac1bdedccd4ffe949ae5f8ede4e Mon Sep 17 00:00:00 2001 From: Arturo Mena Date: Mon, 21 Dec 2020 13:31:09 +0100 Subject: [PATCH] Update README.md Add Jupyter link for non-Python users at the "Minimalistic Jupyter notebook" section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ff9de48..6c9a1fe 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,8 @@ html_result = '' print("GitHub URL:\n\n", github_url, "\n\nHTML result:\n\n", html_result) ``` +You can try Jupyter in your browser without installing anything at [https://jupyter.org/try](https://jupyter.org/try). There, you can create a new notebook and run the code snippet above. +
---