Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Error loading layout" in Google Colab Enterprise Notebooks #3192

Open
bpiskernik-novo opened this issue Feb 25, 2025 · 0 comments
Open

"Error loading layout" in Google Colab Enterprise Notebooks #3192

bpiskernik-novo opened this issue Feb 25, 2025 · 0 comments
Labels
bug something broken P2 considered for next cycle

Comments

@bpiskernik-novo
Copy link

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

@gvwilson gvwilson changed the title [BUG] "Error loading layout" in Google Colab Enterprise Notebooks "Error loading layout" in Google Colab Enterprise Notebooks Feb 28, 2025
@gvwilson gvwilson added bug something broken P2 considered for next cycle labels Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken P2 considered for next cycle
Projects
None yet
Development

No branches or pull requests

2 participants