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

0.5.0-beta.2 • Public • Published

jupyterlab-shortcutui

Binder

A JupyterLab extension for managing keyboard shortcuts

Prerequisites

  • JupyterLab

Usage

  • Open the keyboard shortcuts editor from the Settings or Help menu
  • Open the keyboard shortcuts editor from the command palette by searching for "Keyboard Shortcut Editor"

Install

jupyter labextension install @jupyterlab/shortcutui

Development

Contributing

If you would like to contribute to the project, please read our contributor documentation.

JupyterLab follows the official Jupyter Code of Conduct.

Install

Requires node 4+ and npm 4+

# Clone the repo to your local environment
git clone https://github.com/jupyterlab/jupyterlab-shortcutui.git
cd jupyterlab-shortcutui
# Install dependencies
npm install # or yarn
# Build Typescript source
npm run build # or yarn build
# Link your development version of the extension with JupyterLab
jupyter labextension link .
# Rebuild Typescript source after making changes
npm run build # or yarn build

To rebuild both the package and the JupyterLab app:

npm run build
jupyter lab build

Package Sidebar

Install

npm i @jupyterlab/shortcutui

Weekly Downloads

14

Version

0.5.0-beta.2

License

BSD-3-Clause

Unpacked Size

98 kB

Total Files

34

Last publish

Collaborators

  • hbcarlos
  • jupyter-server-release-bot
  • jupyterlab-release-bot
  • jweill-aws
  • krassowski
  • darian
  • blink1073
  • jasongrout
  • sylvaincorlay
  • ian-r-rose
  • minrk
  • hoo761
  • zsailer
  • telamonian
  • fcollonval
  • jtpio
  • echarles
  • goanpeca
  • mbektas
  • loichuder
  • declanvk