Code description¶
Author: Mohit Mayank
Main class for Jaal network visualization dashboard
-
class
jaal.jaal.
Jaal
(edge_df, node_df=None)¶ The main visualization class
-
plot
(debug=False, host='127.0.0.1', port='8050', directed=False)¶ Plot the network by running the Dash server
- debug (boolean)
run the debug instance of Dash?
- host: string
ip address on which to run the dash server (default: 127.0.0.1)
- port: string
port on which to expose the dash server (default: 8050)
- directed: boolean
process the graph as directed graph?
-