-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
Describe your context
Running in Google Colab
dash 3.3.0
dash-core-components 2.0.0
dash-html-components 2.0.0
- OS: iOS
- Browser: Chrome
Describe the bug
Ran yesterday with if name == 'main': app.run(debug=True, mode='inline', port=8051) and displayed inline. Today, does not accept mode and does not run directly in Google Colab. Currently running if name == 'main': app.run(debug=True) but still does not display inline.
Expected behavior
Display directly inline in Google Colab.
Screenshots
Dash is running on http://127.0.0.1:8050/
INFO:dash.dash:Dash is running on http://127.0.0.1:8050/
- Serving Flask app 'main'
- Debug mode: on
PIBSAS
Metadata
Metadata
Assignees
Labels
No labels