@mastersign/jupyterlab_sublime
v0.1.0
Published
Sublime notebook cell binding for JupyterLab
Downloads
2
Maintainers
Readme
jupyterlab_sublime
This is a tailored fork of ryantam626/jupyterlab_sublime.
A slightly opinionated Sublime notebook cell binding for JupyterLab.
Notes
Most of the keybindings implemented by CodeMirror just work out of the box after switching the key map, there were a little pesky keys that collide either with my system level shortcuts, broswer shortcuts or jupyterlab shortcuts. A few keybindings which seem most useful are adapted. Consult the checklist for more details.
Why opinionated?
There are some keybindings which simply don't feel useful, so they are repurposed, again see the checklist.
Prerequisites
- JupyterLab 1.0
Installation
jupyter labextension install @mastersign/jupyterlab_sublime
Development
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
jupyter labextension link .
To rebuild the package and the JupyterLab app:
jupyter lab build