pip install nb-mermaidIn the notebook...
%reload_ext mermaidgit clone -b gh-pages https://github.com/bollwyvl/nb-mermaid.git \
    ~/.ipython/nbextensions/nb-mermaidIn the notebook...
%%javascript
import notebook
notebook.nbextensions.check_nbextension('nb-mermaid',user=True)
require(['base/js/utils'],
function(utils) {
        utils.load_extensions('nb-mermaid/nb-mermaid');
});- nbviewer support (bookmarklet works now!)
 - live editing (a la the mermaid editor)
 - pan/zoom
 - search
 
Grab the Mermaid library
bower install
Run coffee and less to generate the
npm install
npm run build