Dash: how to change standard port from dash

Created on 29 Jun 2017  路  1Comment  路  Source: plotly/dash

by standard dash is getting uploaded to the port 8050
how can i change the port i am using // is there an easy function/module within the python library?

Most helpful comment

The run_server function takes port as an argument as well as kwargs that get passed into the flask.run function. See https://github.com/plotly/dash/blob/a8fc53ba880d26e3c131f7849795d173596405ec/dash/dash.py#L604-L609

>All comments

The run_server function takes port as an argument as well as kwargs that get passed into the flask.run function. See https://github.com/plotly/dash/blob/a8fc53ba880d26e3c131f7849795d173596405ec/dash/dash.py#L604-L609

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mpkuse picture mpkuse  路  4Comments

Marc-Andre-Rivet picture Marc-Andre-Rivet  路  3Comments

alexcjohnson picture alexcjohnson  路  3Comments

mheydasch picture mheydasch  路  3Comments

germayneng picture germayneng  路  4Comments