.. _notebookwithsvgrst: ================================ Notebook with SVG and javascript ================================ .. only:: html **Links:** :download:`notebook `, :downloadlink:`html `, :download:`PDF `, :download:`python `, :downloadlink:`slides `, :githublink:`GitHub|_doc/notebooks/notebook_with_svg.ipynb|*` SVG in a notebook. .. code:: ipython3 from IPython.core.display import SVG SVG(url="https://upload.wikimedia.org/wikipedia/commons/1/1a/SVG_example_markup_grid.svg") .. image:: notebook_with_svg_1_0.svg .. code:: ipython3 from jyquickhelper import RenderJsDot RenderJsDot('digraph{ a-> b; a-> c -> d;}') .. raw:: html