Js2Py icon indicating copy to clipboard operation
Js2Py copied to clipboard

Using mermaid with python

Open datamusee opened this issue 6 months ago • 0 comments

Hello, Js2Py seems to be promising. Mermaid (https://mermaid.js.org/) is installed in my node environment I'm trying to use mermaid from python, starting with import js2py context = js2py.require('mermaid')

I get the following error: AssertionError: Could not link required node_modules

I suppose there are limitations on js modules, but it's not clear for me. Could you clarify?

datamusee avatar Jan 22 '24 16:01 datamusee