Shows the current keyboard shortcuts in JupyterLab
- JupyterLab 0.32
- NodeJS 8 or 9
jupyter labextension install @deathbeds/jupyterlab-keycaps
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