Make mermaid diagrams in your Jupyter Notebook Markdown
see more examples
pip install nb-mermaid
%reload_ext mermaid
git clone -b gh-pages \ https://github.com/bollwyvl/nb-mermaid.git \ ~/.ipython/nbextensions/nb-mermaid
%%javascript IPython.load_ipython_extensions([ "nb-mermaid/nb-mermaid" ]);
GitHub Repo
BSD