Skip to main content

A live two-way data binder for python

Project description

.. image:: https://img.shields.io/pypi/v/webvis.svg :target: https://pypi.python.org/pypi/webvis :alt: PyPi version

Data visualization made easier

This is a project for interactive data visualization

It uses a dedicated web app with cards that display python variables.

Check out the notebooks folder for examples

Quick start

from webvis import Vis

vis = Vis(vis_port=7007)

vis.vars.test = "Hello World!"

# Open the browser on 7007 port 
vis.show()

Then change the name in card to "test" viola!

The values are updated dynamically, a separate thread is created that checks the changes.

values can be matplotlib figures, 1-d and 2-d arrays, and even bokeh is supported!

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

webvis-0.0.9.tar.gz (186.0 kB view hashes)

Uploaded Source

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