Leeres Diagramm mit Plotly Dash in JupyterLabPython

Python-Programme
Anonymous
 Leeres Diagramm mit Plotly Dash in JupyterLab

Post by Anonymous »

Wenn ich die DAS -App mit dem folgenden Code ausführe, ist das Diagramm leer.

< /p>
from dash import Dash, html, dcc, Output, Input, callback
import plotly.express as px
import pandas as pd

app = Dash(__name__)

app.layout = html.Div(children='Hello World')

if __name__ == '__main__':
app.run_server(debug=True)
< /code>

Bibliotheksversionen: < /p>

[*] Flask == 2.1.0 < /li>
WERKZUG==2.2.2
Dash == 2.18.2 (Version oben 2.11 für Inline -Anzeige in JupyterLab) < /li>
< / ul>
Ausgabe < /p>
, um "Hello World" im Dashboard anzuzeigen. < /P.>

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post