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.1.tar.gz
(388.0 kB
view details)
Built Distribution
File details
Details for the file fattaholmanan-pyvis-1.0.1.tar.gz
.
File metadata
- Download URL: fattaholmanan-pyvis-1.0.1.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 | 4a056b8f70b1f498ff149468fb6363751565f097a968cd552f1e0a3baf4497cf |
|
MD5 | 25e0e168587a97920e393a7edb46b947 |
|
BLAKE2b-256 | dbc6a2548a4524e56bd423b4e7a3d0141e3c3a9e9b19c821051e753bd349abfd |
File details
Details for the file fattaholmanan_pyvis-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: fattaholmanan_pyvis-1.0.1-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 | cb135fc2e235096e908555a9120a32f18545c9343fcdde1661f87ba3fa25d371 |
|
MD5 | f39b134a8584478f133cafff2d79befa |
|
BLAKE2b-256 | 994894d577baa1853fe4d1fbb7640dcfc8339eee8affa87835d1ab164a38265e |