[BUG] No inline mode option in Google Colab
Open
@T4rk1n is already working on this.
Since Nov 20, 2025.
- Dominant language
- Python
- Stars
- 24.4k
- Forks
- 2.3k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 13
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.