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.7.tar.gz
(387.9 kB
view details)
Built Distribution
File details
Details for the file fattaholmanan-pyvis-1.0.7.tar.gz
.
File metadata
- Download URL: fattaholmanan-pyvis-1.0.7.tar.gz
- Upload date:
- Size: 387.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0054a9e4480022e9c64ccc5dd46173e772bc9cfeeb42808a64e8663a9ac1e705 |
|
MD5 | bb78ae5fb58118c41c075216f9ec015d |
|
BLAKE2b-256 | e5faec595c0fba0008f88385eef316db77d4baa37a0785647eadd95a87e2e970 |
File details
Details for the file fattaholmanan_pyvis-1.0.7-py3-none-any.whl
.
File metadata
- Download URL: fattaholmanan_pyvis-1.0.7-py3-none-any.whl
- Upload date:
- Size: 392.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a0af32e8ab42a0455f9c55d5e491fdf1b8a2f6b4e909c25a6800c3b894a9957 |
|
MD5 | 1a7586d0657d4cdb54f0936467e9836e |
|
BLAKE2b-256 | 56dff213bb0eb38ea14fdc531f0808fcfbc739aa2220d35ca385528043320ca1 |