Closed
Description
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 to render flowchart and sequence diagram.
- code block with
mermaid
(or@mermaid
) notation will be rendered by mermaid - check mermaid doc for more information about how to create flowchart and sequence diagram
- code block with
- PlantUML to create multiple kinds of graph. (Java is required)
- code block with
puml
orplantuml
or (@puml
or@plantuml
) notation will be rendered by PlantUML.
- code block with
- Viz.js to render dot language graph.
- code block with
viz
(or@viz
) notation will be rendered by Viz.js. - add
engine:[engine_name]
at the first line of code block to choose different render engine. For exampleengine:dot
. Enginecirco
,dot
,neato
,osage
, ortwopi
are supported. Default engine isdot
.
- code block with
- WaveDrom to create digital timing diagram.
- code block with
wavedrom
(or@wavedrom
) notation will be rendered by wavedrom.
- code block with
I adapted the order to match my personal prioritized wish list.
Questions:
- Any plans to include such features?
- Maybe it is possible to create some nbextensions dealing with these features separately? Hints / suggestions how to do this?
Metadata
Assignees
Labels
No labels
Activity