Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add Jupyter link for non-Python users at the "Minimalistic Jupyter notebook" section
  • Loading branch information
artmenlope authored Dec 21, 2020
1 parent fd401cc commit d9b4d27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ html_result = '<img src="' + github_url + '">'
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.

<br>

---
Expand Down

0 comments on commit d9b4d27

Please sign in to comment.