Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

ipyd3-3.0.1-py3-none-any.whl (6.2 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page