You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an empty notebook, run anything that generates reasonably long output like
foriinrange(500):
print(i)
(note that perspective does not need to be imported) and then Right Click and select "Enable Scrolling for Outputs" in the context menu. No scroll bar appears.
No scroll bar appears when using "Enable Scrolling for Outputs" when perspective is installed in the environment.
Environment:
I've observed that this bug happens on MacOS & Chrome, Safari; Ubuntu & Chrome, Firefox; and across various versions of jupyterlab >= 3.5 and perspective >= 2.0, installed via any of pip / conda / mamba.
The text was updated successfully, but these errors were encountered:
Bug Report
Steps to Reproduce:
In an empty notebook, run anything that generates reasonably long output like
(note that
perspective
does not need to be imported) and then Right Click and select "Enable Scrolling for Outputs" in the context menu. No scroll bar appears.Expected Result:
Scrollbar should appear when using "Enable Scrolling for Outputs". Here is someone else's video of what this looks like.
Actual Result:
No scroll bar appears when using "Enable Scrolling for Outputs" when
perspective
is installed in the environment.Environment:
I've observed that this bug happens on MacOS & Chrome, Safari; Ubuntu & Chrome, Firefox; and across various versions of
jupyterlab >= 3.5
andperspective >= 2.0
, installed via any of pip / conda / mamba.The text was updated successfully, but these errors were encountered: