Launch a Dash app in a Google Colab Notebook

后端 未结 3 1647
傲寒
傲寒 2021-02-03 11:31

How to launch a Dash app (http://dash.plot.ly) from Google Colab (https://colab.research.google.com)?

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-03 12:11

    Thank you. Guys, if the Xing's suggestion does't run as expected you can edit the last row like this:

    app.run_server(mode='inline',host="0.0.0.0",port=1005)
    

提交回复
热议问题