Closed thinhngo-x closed 4 months ago
What I expect for now:
Others:
@thinhngo-x By "opens a console to visualize the KG interactive" do you mean something like this ? https://www.youtube.com/watch?v=Z42VVH9qngo&t=59s
In the link is a demo of a Neo4J app. I doubt that it is a simple Python app but a server with a complete backend and frontend. What I expect here is much simpler, just like when you use matplotlib to plot charts, the Python script (not the notebook) will open a console to visualize the charts. So I'd like a console like this but to visualize an interactive graph.
Take a look at these libs, https://pyviz.org/tools.html#graphs-and-networks
Or else, you could implement a notebook, not necessarily a Python script.
Like this: https://github.com/WestHealth/pyvis?tab=readme-ov-file
Study KG visualization methods: data types, frameworks, ...