network-graph-tutorial

construct a network graph to explore and visualize how people connect in an organisation

View the Project on GitHub lucasdurand/network-graph-tutorial

Part 3 - An App

Now we put it all together into an interactive web app, powered by the network graph toolkit we’ve been developing

Tasks

  1. Play with dash-cytoscape and build a simple visualization with a subset of data
  2. Apply some simple styles to the data
  3. Add in some interactive components to allow us to choose the attributes that connect and style the graph

Extras

  1. Add additional inputs to allow the full flexibility of the px_plot_nx function we made earlier
  2. Visualize the communities we detected
  3. Add pagination / better scaling for larger graphs