NOTICE: as of Dash v2.11, Jupyter support is built into the main Dash package.
The jupyter-dash
package is no longer necessary, all of its functionality has been merged into dash
. See https://dash.plotly.com/dash-in-jupyter for usage details, and if you have any questions please join the discussion at https://community.plotly.com/
The old readme is below for those still using the package, but jupyter-dash
will not receive any further updates.
Jupyter Dash
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 conda-forge -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…