jupyter-widgets / jupyterlab-sidecar

A sidecar output widget for JupyterLab
BSD 3-Clause "New" or "Revised" License
247 stars 39 forks source link

Update to Jupyterlab 1.0 #20

Closed martinRenou closed 5 years ago

martinRenou commented 5 years ago

Should close #18

SylvainCorlay commented 5 years ago

Merging. I think it is fine to make a release as it is.

ablaagaard commented 5 years ago

The "display: flex;" change causes a behavior change, if I do something like:

sc = Sidecar(title='Test') with sc: display(widgets.Label('A')) display(widgets.Label('B'))

I used to get A B Just like I would in a normal output cell

Now I get A B

Is that intended?

martinRenou commented 5 years ago

@ablaagaard Thanks a lot for the report. It is not intended, would you mind opening an issue so that we can keep track on it?