Natively visualize NetworkX graphs using D3.js and pywebview (without electron)
1–7 of 7 posts
Re: Natively visualize NetworkX graphs using D3.js and pywebview (without electron)
#2What do people do with it that has such small graphs?
Re: Natively visualize NetworkX graphs using D3.js and pywebview (without electron)
#3Nery nice, although I'm yet to encounter a situation where I was using NetworkX for anything small enough to be rendered in d3, especially interactively (assuming SVG). What do people do with it that has such small graphs?
Re: Natively visualize NetworkX graphs using D3.js and pywebview (without electron)
#4Re: Natively visualize NetworkX graphs using D3.js and pywebview (without electron)
#5> pywebview is a lightweight cross-platform wrapper around a webview component that allows to display HTML content in its own native GUI window. You may think of as Electron for Python (minus huge executable sizes). It gives you power of web technologies in your desktop application, hiding the fact that GUI is browser based.
It's still as bad as electron and calling it native is a stretch.
Re: Natively visualize NetworkX graphs using D3.js and pywebview (without electron)
#6pywebview's About page says: > pywebview is a lightweight cross-platform wrapper around a webview component that allows to display HTML content in its own native GUI window. You may think of as Electron for Python (minus huge executable sizes). It gives you power of web technologies in your desktop application, hiding the fact that GUI is browser based. It's still as bad as electron and calling it native is a stretch…
Re: Natively visualize NetworkX graphs using D3.js and pywebview (without electron)
#7pywebview's About page says: > pywebview is a lightweight cross-platform wrapper around a webview component that allows to display HTML content in its own native GUI window. You may think of as Electron for Python (minus huge executable sizes). It gives you power of web technologies in your desktop application, hiding the fact that GUI is browser based. It's still as bad as electron and calling it native is a stretch…