Skip to content

Feature Request: Enhanced Markdown Support For Graphs #2300

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
    • mermaid
  • PlantUML to create multiple kinds of graph. (Java is required)
    • code block with puml or plantuml or (@puml or @plantuml) notation will be rendered by PlantUML.
  • 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 example engine:dot. Engine circo, dot, neato, osage, or twopi are supported. Default engine is dot.
  • WaveDrom to create digital timing diagram.
    • code block with wavedrom (or @wavedrom) notation will be rendered by wavedrom.

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions