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. +
---