I'm trying to run a simple plotly dash tutorial. Whenever I run the code in spyder it works fine, but as soon as I copy this address http://127.0.0.1:8050/ and try to run it in Google Chrome, it never works. I have tried so many solutions but unsuccessful. I will appreciate your help. This is my app.run_server code.
if __name__ == '__main__':
app.run_server(debug=True, host='127.0.0.1',port=8050)
I have tried to change it like debug=False, with or without host and port. But no vain.