问题描述
是否有可能在Jupyter Notebook中使用破折号应用程序,而不是在浏览器中提供并查看?
Is it possible to have a dash app within a Jupyter Notebook, rather than served up and viewed in a browser?
我的目的是在Jupyter笔记本中链接图形,以便将鼠标悬停在一个图形上可以生成另一个图形所需的输入.
My intention is to link graphs within a Jupyter notebook so that hovering over one graph generates the input required for another graph.
推荐答案
(免责声明,我帮助维护Dash)
(Disclaimer, I help maintain Dash)
请参见 https://github.com/plotly/jupyterlab-dash .这是一个JupyterLab扩展程序,将Dash嵌入Jupyter中.
See https://github.com/plotly/jupyterlab-dash. This is a JupyterLab extension that embeds Dash within Jupyter.
另请参见达世币社区论坛中的替代解决方案,如我可以在jupyter主题中运行破折号应用程序吗.
Also see alternative solutions in the Dash Community Forum like the Can I run dash app in jupyter topic.
这篇关于如何在Jupyter Notebook或JupyterLab中使用破折号?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!