Every application seems to load twice. I can use any of the examples published on https://dash.plot.ly/getting-started, and when I insert a simple print
if __name__ == '__main__':
print('starting main')
app.run_server(debug=True)
yep I already got this far :'D
I was asking if it possible to disable ‘loading twice’ even in debug mode since the original question is more then 2 years old.