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.3.tar.gz
(387.9 kB
view details)
Built Distribution
File details
Details for the file fattaholmanan-pyvis-1.0.3.tar.gz
.
File metadata
- Download URL: fattaholmanan-pyvis-1.0.3.tar.gz
- Upload date:
- Size: 387.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea9222bb206de3fb0e9aab6d3b39e25dc3ae92a46408a9341bd388821162f207 |
|
MD5 | ae5682c6020aed58ee92cf63273c7e45 |
|
BLAKE2b-256 | e83c42b1b82da3e6b7221d07a93241b2e8e942cf0feba129b4655d31d9c07561 |
File details
Details for the file fattaholmanan_pyvis-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: fattaholmanan_pyvis-1.0.3-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 | 500d349934a916967d9d2a42ccb4b94f79e306ef0eef0bec6246f8b5bf161fac |
|
MD5 | 818fc244baef9392dba4bfbc16de48fa |
|
BLAKE2b-256 | 944f790d030d96ae5487b14daa1d65e0bd5ac47edee7aa1e7f74617dfc71b5d9 |