Skip to main content

Dash support for the Jupyter notebook interface

Project description

Jupyter Dash

Binder

This library makes it easy to develop Plotly Dash apps interactively from within Jupyter environments (e.g. classic Notebook, JupyterLab, Visual Studio Code notebooks, nteract, PyCharm notebooks, etc.).

See the notebooks/getting_started.ipynb for more information and example usage.

Installation

You can install the JupyterDash Python package using pip...

$ pip install jupyter-dash

or conda

$ conda install -c plotly jupyter-dash

JupyterLab support

When used in JupyterLab, JupyterDash depends on the jupyterlab-dash JupyterLab extension, which requires JupyterLab version 2.0 or above.

This extension is included with the Python package, but in order to activate it JupyterLab must be rebuilt. JupyterLab should automatically produce a popup dialog asking for permission to rebuild, but the rebuild can also be performed manually from the command line using:

$ jupyter lab build

To check that the extension is installed properly, call jupyter labextension list.

Features

To learn more about the features of JupyterDash, check out the announcement post at https://medium.com/...

Development

To develop JupyterDash, first create and activate a virtual environment using virtualenv or conda.

Then clone the repository and change directory to the repository root:

$ git clone https://github.com/plotly/jupyter-dash.git
$ cd jupyter-dash

Then install the dependencies:

$ pip install -r requirements.txt -r requirements-dev.txt 

Then install the Python package in editable mode. Note: this will require nodejs to be installed.

$ pip install -e .

Then install the classic notebook extension in development mode:

$ jupyter nbextension install --sys-prefix --symlink --py jupyter_dash
$ jupyter nbextension enable --py jupyter_dash

Then install the JupyterLab extension in development mode:

$ jupyter labextension link extensions/jupyterlab

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

jupyter-dash-0.2.0a11.tar.gz (13.6 kB view details)

Uploaded Source

Built Distribution

jupyter_dash-0.2.0a11-py3-none-any.whl (27.4 kB view details)

Uploaded Python 3

File details

Details for the file jupyter-dash-0.2.0a11.tar.gz.

File metadata

  • Download URL: jupyter-dash-0.2.0a11.tar.gz
  • Upload date:
  • Size: 13.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.2.0.post20200511 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for jupyter-dash-0.2.0a11.tar.gz
Algorithm Hash digest
SHA256 ecf6174daa083a51538dbf297f02b038bd2b88586365728bc7e83e9e61f5679c
MD5 3f9f0d1e1cdc085c37a770dc357b6162
BLAKE2b-256 3f6749dd66e8a0f1609211a6ad46c26e3a97ccc6dec7589ecd2181aff1e0e317

See more details on using hashes here.

File details

Details for the file jupyter_dash-0.2.0a11-py3-none-any.whl.

File metadata

  • Download URL: jupyter_dash-0.2.0a11-py3-none-any.whl
  • Upload date:
  • Size: 27.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.2.0.post20200511 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for jupyter_dash-0.2.0a11-py3-none-any.whl
Algorithm Hash digest
SHA256 bbf24c37e8476eeca5a4e7b76623c01dc5163535144de4e861eb43cece1ecef8
MD5 8a858967faeb482bdd2622394473b4c5
BLAKE2b-256 bf8748f17a38b402cf2a9f30309acb7ccb9bbc08b04e3d16f5a53ec4a3b9314c

See more details on using hashes here.

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