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

JupyterLab: "Enable Scrolling for Outputs" does not work when perspective is installed #2494

Closed
azjps opened this issue Jan 10, 2024 · 1 comment · Fixed by #2495
Closed

Comments

@azjps
Copy link

azjps commented Jan 10, 2024

Bug Report

Steps to Reproduce:

$ micromamba create -y -p /tmp/venv.perspective jupyterlab perspective -c conda-forge
+ jupyterlab 4.0.10
+ perspective 2.7.1
$ micromamba activate /tmp/venv.perspective
$ jupyter lab

In an empty notebook, run anything that generates reasonably long output like

for i in range(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.

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 and perspective >= 2.0, installed via any of pip / conda / mamba.

@texodus
Copy link
Member

texodus commented Jan 10, 2024

Thanks for the report, this is fixed in #2495 and will be in the v2.7.2 release

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

Successfully merging a pull request may close this issue.

2 participants