Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3ab4eb4

Browse files
Merge pull request #5242 from plotly/LiamConnors-patch-3
Change run_server to run
2 parents f2a9d60 + 75ebf6a commit 3ab4eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/what_about_dash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ app.layout = html.Div([
2222
dcc.Graph(figure=fig)
2323
])
2424

25-
app.run_server(debug=True, use_reloader=False) # Turn off reloader if inside Jupyter
25+
app.run(debug=True, use_reloader=False) # Turn off reloader if inside Jupyter
2626
```
2727
<!-- #endregion -->

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /