Dear Jupyter-Notebook-Team,
I just got to know an awesome atom markdown extension which includes many useful graphing tools not available yet in jupyter-notebook markdown (at least to my knowledge):
[copied from https://github.com/shd101wyy/markdown-preview-enhanced/blob/master/README.md]
mermaid (or @mermaid) notation will be rendered by mermaid 
puml or plantuml or (@puml or @plantuml) notation will be rendered by PlantUML. viz (or @viz) notation will be rendered by Viz.js.engine:[engine_name] at the first line of code block to choose different render engine. For example engine:dot. Engine circo, dot, neato, osage, or twopi are supported. Default engine is dot. wavedrom (or @wavedrom) notation will be rendered by wavedrom.I adapted the order to match my personal prioritized wish list.
Questions:
The JupyterLab project may allow the markdown renderer to be replaced with a custom plugin, so this could be implemented as a custom plugin on top of JupyterLab.
so this is not possible at the moment by implementing a respective nbextension?
Been definitely looking for something like this for a while now.
Could be hacked with a Graphviz dependency using something like this: https://github.com/jawher/markdown-dot
Though that mermaid does look sweet.
Yeah, this is actually a good add-on if we have it, do we have it yet?
Most helpful comment
Yeah, this is actually a good add-on if we have it, do we have it yet?