Library for visualizing D3.js inside Jupyter.
Project description
ipyd3
Library for visualizing D3.js inside Jupyter.
Installation
To install use pip:
$ pip install ipyd3
For a development installation (requires Node.js and Yarn version 1),
$ git clone https://github.com//ipyd3.git
$ cd ipyd3
$ pip install -e .
$ jupyter nbextension install --py --symlink --overwrite --sys-prefix ipyd3
$ jupyter nbextension enable --py --sys-prefix ipyd3
When actively developing your extension for JupyterLab, run the command:
$ jupyter labextension develop --overwrite ipyd3
Then you need to rebuild the JS when you make a code change:
$ cd js
$ yarn run build
You then need to refresh the JupyterLab page when your javascript changes.
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
ipyd3-3.0.1.tar.gz
(4.8 MB
view details)
Built Distribution
ipyd3-3.0.1-py3-none-any.whl
(6.2 MB
view details)
File details
Details for the file ipyd3-3.0.1.tar.gz
.
File metadata
- Download URL: ipyd3-3.0.1.tar.gz
- Upload date:
- Size: 4.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
300b55c9c53e26fefee1ebac2b7def2fc00221f63ea7c0cbaa5b21fdc80f91c5
|
|
MD5 |
274553da5e407e0bcbf343980fbaddbd
|
|
BLAKE2b-256 |
235d47a4ef39db39064e0143de161a238d62bdf3915dfa516e4aadce25e6fb99
|
File details
Details for the file ipyd3-3.0.1-py3-none-any.whl
.
File metadata
- Download URL: ipyd3-3.0.1-py3-none-any.whl
- Upload date:
- Size: 6.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c9f6c3b48dbb937ba5cadbbeca96b628d9602dcfc225fb05cfc8488b7bb7a678
|
|
MD5 |
e13083f8a899b2c9f17a2337522600ac
|
|
BLAKE2b-256 |
5862dbf986cd702a84c5652dd5ffefb0966dc15ef9b245a92aad39287d6c1728
|