deathbeds / jupyterlab-deck

Lightweight presentations for JupyterLab

Home Page:https://jupyterlab-deck.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test with JupyterLab 4.1 and Notebook 4.1 prereleases

bollwyvl opened this issue · comments

Elevator Pitch

Add a matrix factor for jupyterlab 4.1.x, and gather findings here.

Motivation

In some demos, it was noted that new keyboard shortcut scopes for ArrowLeft and ArrowRight are no longer overloaded, and trigger awkward cell collapsing behavior.

Design Ideas

  • add conda-forge/label/jupyterlab_beta
  • add jupyterlab
  • fix selector scopes
  • update tests
  • update docs
    • watch lite, maybe pull RTD builds
  • ???

Hello,
I confirm the "awkward cell collapsing behavior" of left/right arrow and thereby space/shift-space with jupyterlab=4.1. So I rolled back JupyterLab to 4.0.12.

As a data point: also space / shift space tend to scroll down and up instead of switching to the next/prev fragment like up-down arrows.

Another data point: the collapsing behavior still is there with JupyterLab 4.2.2. So, we still resort to using JupyterLab 4.0.12 here. Can we do something to help?

Thanks in advance!

Darn, now the latest nbgrader requires jupyterlab>=4.2. I am getting stuck.