如何在 Jupyter notebook 或 JupyterLab 中使用破折号?

问题描述

是否可以在 Jupyter Notebook 中使用仪表板应用程序,而不是在浏览器中提供和查看?

我的目的是在 Jupyter 笔记本中链接图表,以便将鼠标悬停在一个图表上生成另一个图表所需的输入.

解决方案

(免责声明,我帮助维护 Dash)

请参阅 中查看替代解决方案,例如 我可以在jupyter主题中运行dash应用.

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.

解决方案

(Disclaimer, I help maintain Dash)

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

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

相关文章