Juggl (Out now! 1.0.1): A completely interactive, stylable and expandable graph view plugin!

I haven’t tested on Ubuntu yet, so there might be issues there. It looks like you’re using Python 3.6, which in my tests is running just fine…

Have you installed Python 3 in your system? Ie, Download Python | Python.org instead of Conda? The plugin looks for your system-installed Python 3, not for conda python.

I’m happy to hear that!

Yes: you can do the following: Add the code block to a note:

```cypher
MATCH (n)
RETURN n LIMIT 100
```

This finds 100 nodes in the graph (you can increase the count, but no guarantees that your computer can handle this!). Put your cursor on that code block, then execute the Obsidian command: “Execute Cypher query”.