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.2.0.tar.gz
(748.4 kB
view details)
Built Distribution
File details
Details for the file fattaholmanan-pyvis-0.2.0.tar.gz
.
File metadata
- Download URL: fattaholmanan-pyvis-0.2.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 | f4d70ba4bb8cc0516a64c4c68eac8c6592f6b0f3f1a61c800db01d2778174d50 |
|
MD5 | 606f4641f0af9942555878dc554cd316 |
|
BLAKE2b-256 | 954fe686443910ed3792819aacb2309e34488512434b37b23d81e274987f7c2d |
File details
Details for the file fattaholmanan_pyvis-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: fattaholmanan_pyvis-0.2.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 | 800efd98b4fb9a070665cfae3501776eff49c95a077af87cc06627dc758ceb5a |
|
MD5 | 0e5ea1db29c050647cffadb3f64cea6d |
|
BLAKE2b-256 | fdf1fb9a288db2784bc172c72b67ddcb1b2aea3a43e47bd128ec81ca9ccbd7af |