We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abe7595 + 3ab4eb4 commit 8c6acc2Copy full SHA for 8c6acc2
doc/what_about_dash.md
@@ -22,6 +22,6 @@ app.layout = html.Div([
22
dcc.Graph(figure=fig)
23
])
24
25
-app.run_server(debug=True, use_reloader=False) # Turn off reloader if inside Jupyter
+app.run(debug=True, use_reloader=False) # Turn off reloader if inside Jupyter
26
```
27
<!-- #endregion -->
0 commit comments