You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
gvwilson
changed the title
[BUG] "Error loading layout" in Google Colab Enterprise Notebooks
"Error loading layout" in Google Colab Enterprise Notebooks
Feb 28, 2025
Cannot get (inline) to work in Google Colab Enterprise notebooks / Vertex AI notebooks
yields
Error loading layout
I already tried adding ...
... but it doesn't change anything.
The runtime uses dash version 2.18.2
The text was updated successfully, but these errors were encountered: