Skip to main content

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

networkx

jinja2

ipython

jsonpickle

Test Dependencies

selenium

numpy

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

Binder

Project details


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-0.1.1.tar.gz (748.4 kB view details)

Uploaded Source

Built Distribution

fattaholmanan_pyvis-0.1.1-py3-none-any.whl (756.2 kB view details)

Uploaded Python 3

File details

Details for the file fattaholmanan-pyvis-0.1.1.tar.gz.

File metadata

  • Download URL: fattaholmanan-pyvis-0.1.1.tar.gz
  • Upload date:
  • Size: 748.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.2

File hashes

Hashes for fattaholmanan-pyvis-0.1.1.tar.gz
Algorithm Hash digest
SHA256 47d9e061b26f87ef402044775b5d604002061c43093eae131c798e5aacfa6091
MD5 6fe3bf394bab1a25956216acf54f5798
BLAKE2b-256 597db4c731352ca174d74fc6d5c3e9043f91052bd7ad5bd136596acf9209dca5

See more details on using hashes here.

File details

Details for the file fattaholmanan_pyvis-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for fattaholmanan_pyvis-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1e04248275623aea4ecc9d3d3ecce59ec9ed679006afa1e77859309ede693175
MD5 dc99a74f6de0aef7129f6f692479ff0f
BLAKE2b-256 23cd21ba8c4f4fd3b880f6f4a0eec906e783ff1c01bace17cdc3d30602d73338

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page