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
Release files for pyvis 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyvis-0.3.0.tar.gz | 592.8 kB | Details |
Release files / pyvis-0.3.0.tar.gz
| Download URL | pyvis-0.3.0.tar.gz |
|---|---|
| Size | 592.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7b83d93f43cfe5627262cb6571cb8ba8ba189dbcb6a86f4ab901e9d958ecf1ee
|
|
BLAKE2b-256 checksum How to use checksums |
ae43c608dca00dd5a650c45013e6dec208506d96d57770a5c8ef20cdadbab5b9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.2.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
|