Используйте to_html или < a href ... import plotly.io as pio import plotly.express as px df = px.data.iris() fig = px.bar(df, x='sepal_length', ...
確定! 回上一頁