Mermaid diagrams in the IPython Notebook
Project description
install (easy)
pip install nb-mermaid
In the notebook…
%reload_ext mermaid
install (less easy)
git clone -b gh-pages https://github.com/bollwyvl/nb-mermaid.git \
~/.ipython/nbextensions/nb-mermaid
activate
In the notebook…
%%javascript
IPython.load_ipython_extensions(["nb-mermaid/nb-mermaid"]);
roadmap
nbviewer support (bookmarklet works now!)
live editing (a la the mermaid editor)
pan/zoom
search
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nb-mermaid-0.1.0.tar.gz
(161.2 kB
view hashes)