datalayer / jupyter-ui

⚛️ React.js components 💯% compatible with 🪐 Jupyter - Storybook on https://jupyter-ui-storybook.datalayer.tech
https://jupyter-ui.datalayer.tech
Other
325 stars 46 forks source link

Keyboard navigations between Cells #243

Closed joe-cho closed 3 weeks ago

joe-cho commented 3 months ago

Problem

The current jupyter-ui components have no keyboard navigation featurems.

Proposed Solution

I would like to have keyboard navigation features like moving between Cells by clicking "j, k"; Move down to next cell, and move up to previous cell.

Additional context

It would be good to adopt a11y features from Jupyter notebook.