@deathbeds/jupyterlab-keycaps
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i @deathbeds/jupyterlab-keycaps

Weekly Downloads

2

Version

0.1.0

License

BSD-3-Clause

Unpacked Size

13.5 kB

Total Files

22

Last publish

Collaborators

  • bollwyvl