0.1.0 • Published 6 years ago

@deathbeds/jupyterlab-keycaps v0.1.0

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
6 years ago

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