-
Notifications
You must be signed in to change notification settings - Fork 304
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
Scrolling cells off screen prevents rendering widgets #10485
Comments
With this prerelease version: Name: Jupyter The expected results happen. |
This notebook will repro the problem: It does crash the extension host, but that's a separate issue: |
@rchiodo please could you:
|
Here's a log after it didn't render offscreen: |
Seems like undoing 94de3cd fixes the problem |
I'd just undo the changes to the `src/webviews/webview-side/ipywidgets/kernel/index.ts`` file |
removing the regression label as it hasn't been shipped yet. |
Verification steps:
|
I'm not able to verify on my machine due to #10386 |
There's a workaround for #10386:
|
That works great! |
Have a notebook with enough cells that cells scroll off screen.
Render something like bqplot graphs off screen.
Scroll up.
Expected:
Actual:
The text was updated successfully, but these errors were encountered: