Skip to content

[BUG] No inline mode option in Google Colab #3509

@hollyrobillard

Description

@hollyrobillard

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions