Ipywidgets: 'Style not applied because a parent view does not exist' on Chrome, Google Colab,

Created on 23 Aug 2019  路  3Comments  路  Source: jupyter-widgets/ipywidgets

I am using Google Colab Jupyter Notebook on Chrome. The styles and layouts of the widgets are not updating. Nothing changes!

import ipywidgets as widgets
from ipywidgets import *
from IPython.display import display
b1 = widgets.Button()
b2 = widgets.Button()

AppLayout(left_sidebar = b1,
          right_sidebar = b2)

Here is what I get as the output on Google Colab Jupyter Notebook.
image

And this is the Chrome console output.
image

How can I solve this?

resolved-locked

Most helpful comment

The fix for this is now live.

All 3 comments

CC @blois, who works on colab.

(This issue is probably better filed on the google colab repo: https://github.com/googlecolab/colabtools)

The fix for this is now live.

Closing this then :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kebwi picture kebwi  路  6Comments

pbugnion picture pbugnion  路  4Comments

maartenbreddels picture maartenbreddels  路  5Comments

beasteers picture beasteers  路  6Comments

drafter250 picture drafter250  路  4Comments