paulbrodersen / netgraph

Publication-quality network visualisations in python
GNU General Public License v3.0
660 stars 39 forks source link

Netgraph InteractiveGraph not interactive on Google Colab ? #59

Closed rjalexa closed 1 year ago

rjalexa commented 1 year ago

Very simple example of an InteractiveGraph showing all of a node's attributes in a table (what an awesome super duper feature thanks)

https://colab.research.google.com/drive/1X6KmadaUm92EEHkUbIKg3ysSYov_ohVy

Works fine in local (both jupyter notebook or script), not sure why it just draws the initial static graph and that's all folks)

Happy Xmas !!!

paulbrodersen commented 1 year ago

Google colab doesn't support interactive matplotlib figures. Happy Christmas to you, too!