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.6.tar.gz
(387.9 kB
view details)
Built Distribution
File details
Details for the file fattaholmanan_pyvis-1.0.6.tar.gz
.
File metadata
- Download URL: fattaholmanan_pyvis-1.0.6.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 | 986b2d927ae658dab1032b713fa61e41b8aefaa856eaee5a6b7a28a809179872 |
|
MD5 | 202ceb38d1fe5bd4ed6de0ebad7812d9 |
|
BLAKE2b-256 | 43b1a8bdf9e1f9b665abaa13db4213b146bc5b96c279fbb75c832b7904633744 |
File details
Details for the file fattaholmanan_pyvis-1.0.6-py3-none-any.whl
.
File metadata
- Download URL: fattaholmanan_pyvis-1.0.6-py3-none-any.whl
- Upload date:
- Size: 392.7 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 | 0ea1d33f0d4b785d8b416f3db0b4434d072b81606f4cddecc80aedadcad19bbc |
|
MD5 | c6abe9aae7b9ac5f6c7753a7093b2675 |
|
BLAKE2b-256 | d3cc632c8ffa6b00495f171bd680dbb9a59b616f3edb0e2f72af10370d33f760 |