A floatview output widget for JupyterLab + GlueViz Visualization with plotly
Project description
Floatview Stats
Latest Release | |
PyPI Downloads |
Floatview
A floatview output widget for JupyterLab and a data explorer for glue/iplotly
Installation
If you use jupyterlab:
pip install floatview
jupyter labextension install @jupyterlab/plotly-extension@0.18.2
jupyter labextension install plotlywidget@0.9.1
jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.38.1
jupyter labextension install jupyterlab-floatview@0.1.11
Usage
The floatview widget is used as a context manager, just like ipywidgets' output widget.
from floatview import Floatview
from ipywidgets import IntSlider
sc = Floatview(title='Floatview Output', mode='tab-after')
sl = IntSlider(description='Some slider')
with sc:
display(sl)
When a single output is displayed in a Floatview, it is allowed to occupy all of the vertical space available. If more content is displayed, the natural height is used instead.
The gluemanagerwidget is used as a data/visualization manager for a glue dataset.
from floatview import GlueManagerWidget
from pandas import read_csv
data = read_csv('your_data.csv', index_col=False, usecols=cols)
gmw = GlueManagerWidget(subtab, modal=True, label="Data")
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
floatview-0.1.16.tar.gz
(13.4 MB
view details)
Built Distribution
File details
Details for the file floatview-0.1.16.tar.gz
.
File metadata
- Download URL: floatview-0.1.16.tar.gz
- Upload date:
- Size: 13.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.15rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a75b65deba27b6e0c26d1c40a4635760263d9c859b68cd4ade054f390f14f22a |
|
MD5 | b901d4eb6aa36b88919e1dd2844bd694 |
|
BLAKE2b-256 | 61846c68ec944167f20c04fb751a1ae50cfc4f84da29b756658a7dd9f4fd4328 |
File details
Details for the file floatview-0.1.16-py2.py3-none-any.whl
.
File metadata
- Download URL: floatview-0.1.16-py2.py3-none-any.whl
- Upload date:
- Size: 13.9 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.15rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9fdb9e101b5edf09674c45a88a699e9da70eedccbc4745fb2dedcfd62cbb181 |
|
MD5 | e2d221c677caafcc791f2e18ef4dd0c6 |
|
BLAKE2b-256 | fe67f393d95ebb2317d8d3bf91d239a7662884ab85836d78e96a8948f77f2749 |