aquirdTurtle/Collapsible_Headings

Scrolling cells with keyboard (pressing down arrow) is not scrolling the screen

Closed this issue · 9 comments

With the extension enabled, if you press down arrow while in "cell mode" jupyter will select the next cell, however the screen will not scroll to garantee that said cell is visible.

Disabling the extension restores the original behaviour.

However, scrolling with J/K still works :)

+1 I have the same problem

... and I have to partially retract my statement: J/K works, but it will unfold cells.

But nevermind, I am just grateful that this exists at all!!

I actually had to change my habit to using J/K for navigating, thanks for the tip. Hope it will be fixed soon

Thanks everyone for bringing attention to this. With the Jupyterlab 2.0 upgrade coming soon, I'm think I'm probably going to wait until then to tackle fixing this so that I can deal with any porting issues at the same time. Hopefully that still means soon though.

That sounds great! Even with some minor bugs, this extension was essential for being able to switch to jupyterlab, so thank you very much!

This issue should be fixed as of version 2.2.0, just published. Let me know if there are any additional issues.

Is uncollapsing with J/K intended behavior? The settings for J/K seem to match the settings for ArrowUp and ArrowDown.

Rebuilding JupyterLab seemed to resolve the J/K unfolding issue.

Can be done in the Extensions menu after updating an extension which triggers a suggestion to rebuild
image

Alternatively, can be done in the command line with jupyter lab build

I also restarted my JupyterLab server just to be sure. I'm using Google Cloud's Notebooks so JupyterLab is in a docker instance. It can be restarted with sudo service jupyter restart (https://cloud.google.com/ai-platform/notebooks/docs/troubleshooting#restart_the_jupyter_service)