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
Release files for sanddance 3.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sanddance-3.0.0.tar.gz | 2.9 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sanddance-3.0.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 8.8 MB
Release files / sanddance-3.0.0.tar.gz
| Download URL | sanddance-3.0.0.tar.gz |
|---|---|
| Size | 2.9 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
77edb0125ecb7120e9cc75f9b3fb024602dcc29acad75440fa620aa7f60f3c0b
|
|
BLAKE2b-256 checksum How to use checksums |
3423726c2105f1e267d33f602278e7f2f97bb12760dbcecffe80a52050999e69
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / sanddance-3.0.0-py2.py3-none-any.whl
| Download URL | sanddance-3.0.0-py2.py3-none-any.whl |
|---|---|
| Size | 5.9 MB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
4e98766ad433f7de65592d49dd66d77420badd23f788a67f7ae19c3243e96772
|
|
BLAKE2b-256 checksum How to use checksums |
0c012be6f86c2b4f04966a7385ae2cc4677d3d50e5a3da2f44aea6a75f44007e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|