Python package for creating and visualizing interactive network graphs.
Stars
1.2k
Forks
187
Watchers
1.2k
Open Issues
174
Overall repository health assessment
No package.json found
This might not be a Node.js project
25
commits
22
commits
16
commits
8
commits
6
commits
4
commits
4
commits
3
commits
2
commits
1
commits
Merge pull request #212 from WestHealth/write_html_rewrite
ccb7ce7View on GitHubupdated example notebooks. Updated network.py to handle how the .show is handled when dealing with notebook generation.
c40cd82View on GitHubMerge remote-tracking branch 'origin/master' into write_html_rewrite
d128b7aView on GitHubLogic of the write_html function has been modified to instead use the self.cdn_resources argument on how to actually generate the graph. Address #199, #175, #189 by adding option to open web browser when the graphic is created. Updated warning message for notebook when writing the graphic.
c251b2aView on GitHubissue#174 lib directory overwritten when lib directory exists. The only situation where there needs to be a lib directory in the root of the local deployment is when pyvis is generating the html
58f8ecbView on GitHubissue#174 height hardcoded to 600px, exchanging with self.height, and defaulting self.height to 600px from 500px.
05a2281View on GitHub