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
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
webvis-0.0.9.tar.gz
(186.0 kB
view details)
File details
Details for the file webvis-0.0.9.tar.gz
.
File metadata
- Download URL: webvis-0.0.9.tar.gz
- Upload date:
- Size: 186.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93ab626d7c58c82d693ffd1e3fc0a1518e0b564502e68a656a94b9fde0331a7e |
|
MD5 | e1bf3027c50c7c01c8c70deef379776d |
|
BLAKE2b-256 | 9f5f5b148a42c52f9d66582a2521593fc56ae10e6dc89dd726c4c283e18601c4 |