diff options
author | Martin Zugnoni <martin.zugnoni@gmail.com> | 2018-12-12 12:54:53 -0300 |
---|---|---|
committer | Martin Zugnoni <martin.zugnoni@gmail.com> | 2018-12-12 12:54:53 -0300 |
commit | fee3a15b0e410068bb5e440e72da3d4ebaea0975 (patch) | |
tree | c357b57d4853e5985147de2f56bfb18c9396de64 /README.rst | |
parent | 8f8c85b063926a64bd5dcae2f470b50790cb559d (diff) | |
download | jsonschema-fee3a15b0e410068bb5e440e72da3d4ebaea0975.tar.gz |
Add required files to open online demo
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -80,6 +80,16 @@ Installation .. code-block:: bash $ pip install jsonschema + + +Demo +---- + +Try ``jsonschema`` interactively in this online demo: + +.. image:: https://user-images.githubusercontent.com/1155573/49400125-16e73500-f722-11e8-9275-e1d7eb3bbf99.png + :target: https://notebooks.rmotr.com/demo/gh/martinzugnoni/jsonschema + :alt: Open Live Demo Release Notes |