diff options
author | Julian Berman <Julian@GrayVines.com> | 2019-04-28 10:53:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-28 10:53:28 -0400 |
commit | a72332004cdc3ba456de7918bc32059822b2f69a (patch) | |
tree | c16b78ff3537d35e4cb64fb19e1c2e4c9c552d0f /README.rst | |
parent | 14710c64f2df383e00366b2db839f40ae0d691c8 (diff) | |
parent | c3e115ff51ef9084ad49922cd97f76e3aae426bc (diff) | |
download | jsonschema-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.rst | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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 ------------- |