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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fattaholmanan_pyvis-1.0.8-py3-none-any.whl (392.9 kB view details)

Uploaded Python 3

File details

Details for the file fattaholmanan_pyvis-1.0.8.tar.gz.

File metadata

  • Download URL: fattaholmanan_pyvis-1.0.8.tar.gz
  • Upload date:
  • Size: 388.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.13.1

File hashes

Hashes for fattaholmanan_pyvis-1.0.8.tar.gz
Algorithm Hash digest
SHA256 007f6a3b7560013dc7901c61445b20ccdc7711ed018eb48fbe2c8079ea1bc70c
MD5 10be30d25ce40092c37498dc67f1f699
BLAKE2b-256 1a3be051256ff9dfce41303c87bf9eb9ba3337028510b323fd78070d3f0e27f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for fattaholmanan_pyvis-1.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 8f58a0774c49c555a5d4075fce6aa4bdf68cc58a298d0993b1371e9b3f0a609b
MD5 4e4fccd526e38b04214483ecdb9174f3
BLAKE2b-256 ed17641b28cbfe1ed25a622f4a74f476d572171246e05b99e1fd94d83b48d1aa

See more details on using hashes here.

Supported by

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