Fast interactive plots in Jupyter Notebooks using Qt Widgets
Project description
qtinteract
A library for building fast interactive plots in Jupyter notebooks using Qt Widgets.
Installation
pip install qtinteract
Usage
%gui qt5
from math import pi
from qtinteract import iplot
def f(x, a):
return np.sin(a*x)
x = np.linspace(0, 2*pi, 101)
iplot(x, f, a=(1., 5.))
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
qtinteract-0.1.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file qtinteract-0.1.tar.gz
.
File metadata
- Download URL: qtinteract-0.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fce5d76f2faef65c5f98ae5e3b465009086869f737f88d5693f4bae047a53b4 |
|
MD5 | 278fcdaa81d856503e205e3ddfcb3eb3 |
|
BLAKE2b-256 | 62afac482d23d39323817fe5a86455c7f1ff8dd3155900916efa785a48a92f22 |
Provenance
File details
Details for the file qtinteract-0.1-py3-none-any.whl
.
File metadata
- Download URL: qtinteract-0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1740b2432c21e914d887dca67025fdb6a5bfd8a555fc6f2189111c2e6a374df |
|
MD5 | f072ed695b7bdd985a536166f10c9117 |
|
BLAKE2b-256 | 4445edfa19c183bc57e5a7670ffd86804bd18982b50cd78ce4769e8916e372db |