notebook
3 TopicsNotebook Activity Stuck At Running Cell
Been experiencing this issue only recently where my notebook runs forever without progressing from a cell. When I check the log, the below is shown: The log just keeps refreshing itself along those lines and nothing moves. This has occured multiple times. Sometimes before running any code in a cell, and others when it's halfway through. Tried restarting the notebook but that has only worked a few times as the problem comes back at random (yes, not the same cell that's causing this each time). It's like Pyspark just decides to stop working but I don't know what's causing it and hence unable to recitfy the issue. Has anyone else experienced the same?3.7KViews1like8CommentsSupport 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.1KViews0likes5CommentsMicrosoft Fabric
Hello, I am new to fabric and have had a hard time answering this question " What in the object extracts data from the system source ? Is it code in a notebook or data flow? Or does a data flow execute a notebook? " Thank you for taking the time to read, hope you can help me out !Solved991Views0likes1Comment