Interactive seaborn plotting widgets for Jupyter
Project description
iplot
Interactive seaborn plotting widgets for Jupyter. Call iplot(dataframe) and
get dropdowns for x, y, hue, row, and col plus a plot-type picker —
explore a dataset's relationships without writing new plotting code for every
view.
See munch-group.org/iplot-widget for the full docs and examples.
Installation
conda install -c munch-group iplot-widget
Quick start
import seaborn as sns
from iplot_widget import iplot
data = sns.load_dataset('penguins')
iplot(data)
Development
Environment and tasks are managed with pixi:
pixi install --locked # set up the dev environment
pixi run install-dev # editable install of iplot into it
pixi run test # run the test suite
pixi run docs # execute the docs notebooks in place
pixi run api # build and render the quartodoc/Quarto site
Releasing a new version:
pixi run release # bump the patch version, tag, and push
This triggers CI to build and publish the conda and PyPI packages and publish the docs site.
License
MIT — see LICENSE.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iplot_widget-0.1.14.tar.gz.
File metadata
- Download URL: iplot_widget-0.1.14.tar.gz
- Upload date:
- Size: 4.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
120930faef4b8e24e9783035557ac838e97d8bad4ec704c2a3c1e00d18ca6cc6
|
|
| MD5 |
cd3397786403c36a833cf91ab5fa28cb
|
|
| BLAKE2b-256 |
6641254358c090f5a2a42a14d0aeb733019b2405f0fb8065c6329039e0673c5e
|
File details
Details for the file iplot_widget-0.1.14-py3-none-any.whl.
File metadata
- Download URL: iplot_widget-0.1.14-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
509b3d88ba9cad0ce3a83ca4f90b325797db9b71d989448718f826bd8d2b4971
|
|
| MD5 |
46785737ba8d7c14ff55361884c62829
|
|
| BLAKE2b-256 |
0bc9e108b2f761607671ad14b840832bde2d3e0e4a39db60d02e9b509716a85d
|