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 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-0.1.0.tar.gz
(748.4 kB
view details)
Built Distribution
File details
Details for the file fattaholmanan-pyvis-0.1.0.tar.gz
.
File metadata
- Download URL: fattaholmanan-pyvis-0.1.0.tar.gz
- Upload date:
- Size: 748.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1eb1491f4f9177b18962c2639baa06348211b73057e369d047cc43130d88120d |
|
MD5 | 9ba82d4889536dfa3034825673e45d79 |
|
BLAKE2b-256 | c764e556f0a3e3049bc023022001c3e98e1619e5d0aab2d3c800ec4108522ac0 |
File details
Details for the file fattaholmanan_pyvis-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: fattaholmanan_pyvis-0.1.0-py3-none-any.whl
- Upload date:
- Size: 756.2 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 | d386556831d2f5e3f50cbf33b69b2a0e01c32261dcf7c32bc76544b0c8153b20 |
|
MD5 | 1f35d8c95e50899117d00a1b201fd42e |
|
BLAKE2b-256 | b26b2482830ad10a402988a38b46a0aa47a37cd01b74bf10e55053916efa4d69 |