"Error loading layout" in Google Colab Enterprise Notebooks
Open
Nobody has claimed this yet.
bug
P2
- Dominant language
- Python
- Stars
- 24.4k
- Forks
- 2.3k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 13
Description
Cannot get (inline) to work in Google Colab Enterprise notebooks / Vertex AI notebooks
from dash import Dash, html
app = Dash()
app.layout = [html.Div(children='Hello World')]
app.run()
yields Error loading layout
I already tried adding ...
from dash import jupyter_dash
jupyter_dash.infer_jupyter_proxy_config()
... but it doesn't change anything.
The runtime uses dash version 2.18.2
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.
Research direction
Reproduce the provided Dash layout example in Google Colab Enterprise and Vertex AI notebooks using Dash 2.18.2, then compare the behavior with the jupyter_dash.infer_jupyter_proxy_config() variant. Done means the inline app loads without “Error loading layout” in the reported notebook environments.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter, python
- Domain
- data-visualization, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100