Can someone explain the difference between app.server.run() and app.server_run()?
You can see the source code here. Ultimately app.run_server
calls app.server.run
, but it does a couple of extra things like set up the Dash dev tools first.
Can someone explain the difference between app.server.run() and app.server_run()?
You can see the source code here. Ultimately app.run_server
calls app.server.run
, but it does a couple of extra things like set up the Dash dev tools first.