summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-04-28 10:53:28 -0400
committerGitHub <noreply@github.com>2019-04-28 10:53:28 -0400
commita72332004cdc3ba456de7918bc32059822b2f69a (patch)
treec16b78ff3537d35e4cb64fb19e1c2e4c9c552d0f /README.rst
parent14710c64f2df383e00366b2db839f40ae0d691c8 (diff)
parentc3e115ff51ef9084ad49922cd97f76e3aae426bc (diff)
downloadjsonschema-a72332004cdc3ba456de7918bc32059822b2f69a.tar.gz
Merge pull request #538 from martinzugnoni/master
Interactive jsonschema demo running on notebooks.ai
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index c776456..f257fd5 100644
--- a/README.rst
+++ b/README.rst
@@ -84,6 +84,26 @@ Installation
$ pip install jsonschema
+Demo
+----
+
+Try ``jsonschema`` interactively in this online demo:
+
+.. image:: https://user-images.githubusercontent.com/1155573/56745335-8b158a00-6750-11e9-8776-83fa675939c4.png
+ :target: https://notebooks.ai/demo/gh/Julian/jsonschema
+ :alt: Open Live Demo
+
+
+Online demo Notebook will look similar to this:
+
+
+.. image:: https://user-images.githubusercontent.com/1155573/56820861-5c1c1880-6823-11e9-802a-ce01c5ec574f.gif
+ :alt: Open Live Demo
+ :width: 50 px
+ :scale: 10 %
+
+
+
Release Notes
-------------