Notebook with SVG and javascriptΒΆ

Links: notebook, html, PDF, python, slides, GitHub

SVG in a notebook.

from IPython.core.display import SVG
SVG(url="https://upload.wikimedia.org/wikipedia/commons/1/1a/SVG_example_markup_grid.svg")
../_images/notebook_with_svg_1_0.svg
from jyquickhelper import RenderJsDot
RenderJsDot('digraph{ a-> b; a-> c -> d;}')