How to use dash within Jupyter notebook or JupyterLab?

bluprince13 picture bluprince13 · Aug 3, 2017 · Viewed 28.2k times · Source

Is it possible to have a dash app within a Jupyter Notebook, rather than served up and viewed in a browser?

My intention is to link graphs within a Jupyter notebook so that hovering over one graph generates the input required for another graph.

Answer

Chris P picture Chris P · Jan 9, 2019

(Disclaimer, I help maintain Dash)

See https://github.com/plotly/jupyterlab-dash. This is a JupyterLab extension that embeds Dash within Jupyter.

Dash App inside Jupyter

Also see alternative solutions in the Dash Community Forum like the Can I run dash app in jupyter topic.