Skip to main content

Create and update graphs live in Jupyter

Project description

jupyter-live-graph

Let's you create a graph in a Jupyter cell, and update that graph live in other cells. Uses matplotlib.draw().

As simple as:

%matplotlib notebook
from draw import Draw

draw = Draw()
# ---
for i in range(1000):
  draw.graph([j for j in range(i)])

License

MIT

Contributing

This project is wide open to pull requests.

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

jupyter-live-graph-0.1.0.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

jupyter_live_graph-0.1.0-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

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