@deathbeds/jupyterlab-keycaps
v0.1.0
Published
Shows the current keyboard shortcuts
Downloads
3
Maintainers
Readme
jupyterlab-keycaps
Shows the current keyboard shortcuts in JupyterLab
Prerequisites
- JupyterLab 0.32
- NodeJS 8 or 9
Installation
jupyter labextension install @deathbeds/jupyterlab-keycaps
Usage
From the Command Palette, run View Keyboard Shortcuts. As you switch between different views, you'll see the Commands that currently have keyboard shortcuts.
Development
Do an initial build of the extension, link into JupyterLab and rebuild Jupyterlab:
jlpm bootstrap
To rebuild the extension and JupyterLab:
jlpm build:all
To rebuild continuously:
jlpm watch
# and in another terminal
jupyter lab --watch
To apply source formatting and linting:
jlpm lint