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

Widgets don't show up in notebook #149

Open
l0b0 opened this issue Feb 3, 2023 · 0 comments
Open

Widgets don't show up in notebook #149

l0b0 opened this issue Feb 3, 2023 · 0 comments

Comments

@l0b0
Copy link
Collaborator

l0b0 commented Feb 3, 2023

While working on #74 I noticed that widgets don't seem to show when run. Take for example this snippet:

import ipywidgets
ipywidgets.IntProgress(value=0, min=0, max=1)

If I run this in flooding/sentinel2_water_extraction/sentinel2_water_extraction.ipynb I would expect a widget to show up, but instead I see nothing. Based on similar issues elsewhere it seems like I need to move from the "plain" jupyter package to jupyterlab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant