Jupyter Dash integrates Plotly Dash applications directly into Jupyter environments like Jupyter Notebook, JupyterLab, and Google Colab. It allows for the development and display of interactive Dash apps within cells, supporting various display modes including inline, external, and JupyterLab extensions. The current version is 0.4.2, and releases are made as needed to address compatibility with Dash and Jupyter ecosystem updates.
pip install jupyter-dashVerified import paths — ran on the pinned version, not inferred.
This quickstart demonstrates how to create a simple interactive Dash application and display it directly within a Jupyter notebook or JupyterLab environment using `JupyterDash`. The `mode` parameter in `run_server` determines how the application is displayed (e.g., inline within the cell, or as a separate tab/window). Ensure `dash_html_components` and `dash_core_components` are also installed (`pip install dash`).
Upgrade `jupyter-dash` to version 0.4.2 or newer: `pip install --upgrade jupyter-dash`. Alternatively, downgrade `werkzeug` to a version prior to 2.1.0 if upgrading `jupyter-dash` is not an option.
Upgrade `jupyter-dash` to version 0.4.1 or newer: `pip install --upgrade jupyter-dash`. Alternatively, downgrade `dash` to a version prior to 2.1.0.
Upgrade `jupyter-dash` to version 0.4.0 or newer: `pip install --upgrade jupyter-dash`.
If you rely on the previous fixed width, you'll need to explicitly set the width using CSS within your Dash application's layout. No action is needed if the new default is acceptable.
pip install --upgrade jupyter-dash
pip install --upgrade jupyter-dash
pip install --upgrade jupyter-dash