pythonjupyter-notebookplotlyplotly-dash

How to use dash within Jupyter notebook or JupyterLab?


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.


Solution

  • (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.