SandDance data exploration Jupyter Widget
Project description
sanddance-jupyter-widget
Custom Jupyter Widget with SandDance
Installation
You can install using pip:
pip install sanddance
If you use jupyterlab:
jupyter labextension install @msrvida/sanddance-jupyter-widget
jupyter labextension install @jupyter-widgets/jupyterlab-manager
If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:
jupyter nbextension install --sys-prefix --symlink --overwrite --py sanddance
jupyter nbextension enable --py --sys-prefix sanddance
Or you can install with conda instead of pip
conda install sanddance
Getting Started
See also examples/introduction.ipynb
import pandas as pd
from sanddance import Explorer
sd = Explorer()
sd.show()
df = pd.DataFrame([
{'x': 1, 'y': 1, 'text': 'first'},
{'x': 2, 'y': 2, 'text': 'second'},
{'x': 3, 'y': 3, 'text': 'third'},
])
sd.load(df)
Powered by widget-ts-cookiecutter
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 sanddance-3.0.0.tar.gz.
File metadata
- Download URL: sanddance-3.0.0.tar.gz
- Upload date:
- Size: 2.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0.post20200616 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77edb0125ecb7120e9cc75f9b3fb024602dcc29acad75440fa620aa7f60f3c0b
|
|
| MD5 |
a68719fa5a00a16ea9a01e3f5b8bcef3
|
|
| BLAKE2b-256 |
3423726c2105f1e267d33f602278e7f2f97bb12760dbcecffe80a52050999e69
|
File details
Details for the file sanddance-3.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: sanddance-3.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.9 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0.post20200616 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e98766ad433f7de65592d49dd66d77420badd23f788a67f7ae19c3243e96772
|
|
| MD5 |
d455598714df1b95a79ae5b67184b364
|
|
| BLAKE2b-256 |
0c012be6f86c2b4f04966a7385ae2cc4677d3d50e5a3da2f44aea6a75f44007e
|