graphviz
1 TopicSupport for GraphViz in Fabric Notebook
GraphViz is one of my favourite code-to-graph tools: https://graphviz.readthedocs.io/en/stable/examples.html#structs-revisited-py You can create something like this: The best part about it, besides just being built from code, is that the objects are automatically spaced around the canvas. However, it doesn't look like it works out-of-the-box in a Fabric notebook by just using `import graphviz` via PySpark. The error ends with: "FileNotFoundError: [Errno 2] No such file or directory: 'xdg-open'" Is there any workaround for this, or is there any known way of using GraphViz in a Fabric Notebook ? Thanks !Solved2.1KViews0likes5Comments