plotly dash中的外部css

问题描述 投票:0回答:1

我试图将外部js(来自codepen)添加到我的plotly dash应用中。使用这一行。

app = dash.Dash(__name__, external_scripts=['https://codepen.io/LeonGr/pen/yginI.js'])

我希望用这个作为应用程序的背景。有人知道使用 plotly dash 是否可以这样做吗?如果可以,我哪里做错了?

我不知道如何添加背景元素,而js适用于以下情况

谢谢!我想在我的plotly dash应用程序中添加外部js(来自codepen)。

python html html5-canvas plotly plotly-dash
1个回答
1
投票

我不太确定我是否完全理解了你的问题,但我会试一试。

你当然可以添加外部CSS。请看 本页 从文档中向下滚动到 "添加外部CSSJavascript"。我看到你已经添加了外部脚本,你只是需要外部样式表。

如果我理解错了,请纠正我,我会尽力帮助你。

© www.soinside.com 2019 - 2024. All rights reserved.