项目作者: vishaldhiman28

项目描述 :
This is a Network Visualization DashBoard
高级语言: Python
项目地址: git://github.com/vishaldhiman28/DashBoard-For-Network-Visualization.git
创建时间: 2019-10-25T11:25:49Z
项目社区:https://github.com/vishaldhiman28/DashBoard-For-Network-Visualization

开源协议:MIT License

下载


DashBoard-For-Network-Visualization

Click to see Live DashBoard.

About Dataset:

A network of technology tags from Developer Stories on the Stack Overflow online developer community website.

This is organized as two tables:

stack_network_links contains links of the network, the source and target tech tags plus the value of the the link between each pair stack_network_nodes contains nodes of the network, the name of each node, which group that node belongs to (calculated via a cluster walktrap), and a node size based on how often that technology tag is used

Requirements:

  1. python: 3.7
  2. plotly: 4.2.1
  3. dash: 1.4.1
  4. networkx: 2.4
  5. pandas:
  6. numpy:

To run it:
1)First Start server using following command:

  1. >> python3 dash_networkplot.py

2)After that click on the output server link from the previous command and that will open app in your default browser.