paulroth3d / jupyter-ijavascript-utils

Utility library for working with iJavaScript - a Jupyter Kernel
1 stars 0 forks source link

Support for Mermaid #1

Closed paulroth3d closed 2 years ago

paulroth3d commented 2 years ago

PlantUML requires a server, while Mermaid does not:

https://mermaid-js.github.io/mermaid/#/

Is there a way we could run this so it wouldn't be a bother for everyone?


Unfortunately, I could not find a way to run it without requiring an underlying install base - that might be unsuitable for everyone.

(Adding it as a dependency would require it be installed for everyone - regardless of whether they would be used.

paulroth3d commented 2 years ago

Mermaid does not support this currently. This will be opened again when the library (or related sub projects) of mermaid will support this.