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.5.tar.gz
(388.0 kB
view details)
Built Distribution
File details
Details for the file fattaholmanan-pyvis-1.0.5.tar.gz
.
File metadata
- Download URL: fattaholmanan-pyvis-1.0.5.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 | 9e2ba410dc227ed76f0f4974f2db4800f4d3c5969ad6a4e5dcdd0293a5394655 |
|
MD5 | 9c09b421fbd3f279c8846ea769cdbf99 |
|
BLAKE2b-256 | ee5f39f1e0ca2f11dae93864d3a905728721c6bf39fd47a075b42a8383f09d21 |
File details
Details for the file fattaholmanan_pyvis-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: fattaholmanan_pyvis-1.0.5-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 | c0621379620c52324f9c69fca63841f1c5f1564a410fc4f915d92caf32d76782 |
|
MD5 | d6a44aade4bb36263b52060fb45b403b |
|
BLAKE2b-256 | 2ede407b0f13d77661e559921039f940cbff3c1be325b78c1481f4f0896743f7 |