A Python network graph visualization library
Project description
Pyvis - a Python library for visualizing networks
Description
Pyvis is built around visjs, a JavaScript visualization library.
Documentation
Pyvis' full documentation can be found at http://pyvis.readthedocs.io/en/latest/
Installation
You can install pyvis through pip:
pip install fattaholmanan-pyvis
Or if you have an archive of the project simply run the following from the top level directory:
python setup.py install
Dependencies
Test Dependencies
Quick Start
The most basic use case of a pyvis instance is to create a Network object and invoke methods:
from pyvis.network import Network
g = Network()
g.add_node(0)
g.add_node(1)
g.add_edge(0, 1)
g.show("basic.html")
Interactive Notebook playground with examples
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fattaholmanan-pyvis-1.0.4.tar.gz
(388.0 kB
view details)
Built Distribution
File details
Details for the file fattaholmanan-pyvis-1.0.4.tar.gz
.
File metadata
- Download URL: fattaholmanan-pyvis-1.0.4.tar.gz
- Upload date:
- Size: 388.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 677df869df7d104cdd975a08f23fc6ffceed9dee4901830036788d737beeb99a |
|
MD5 | 6f64510b815e6394c229b83bf7bd30fe |
|
BLAKE2b-256 | 4f67c5f753c3ce8023f48ec7ac13b7345f70dc7ad89893db27cd87c5aff5c23e |
File details
Details for the file fattaholmanan_pyvis-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: fattaholmanan_pyvis-1.0.4-py3-none-any.whl
- Upload date:
- Size: 392.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3dbf64c6d9310c393129c6fd24cc74113011475e168ddb5a3076c27e298703d |
|
MD5 | 23d616aa1f530aff5cb4f88202e34e2f |
|
BLAKE2b-256 | 290843f55906268373e40e96c34bad2af40c83103d27c7136259d74f2e838286 |