@mastersign/jupyterlab_sublime

0.1.0 • Public • Published

jupyterlab_sublime

npm version npm downloads

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

Package Sidebar

Install

npm i @mastersign/jupyterlab_sublime

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

9.06 kB

Total Files

5

Last publish

Collaborators

  • mastersign