Skip to content
Michaël Defferrard edited this page Apr 2, 2018 · 3 revisions

Welcome to the jupyterlab_vim wiki! Please feel welcome to contribute to benefit other users.

Enable the extension for specific users (not all)

The Jupyter lab web application is built from a set of extensions into a coherent application. One way to build a specific application for one user is to set the JUPYTERLAB_DIR environment variable to a private directory, e.g. by writing export JUPYTERLAB_DIR="$XDG_DATA_HOME"/jupyter/lab in the user's .bashrc. That user will then be able to privately install the extension with jupyter labextension install jupyterlab_vim. That command will download the extension (and its dependencies) and build the application in the JUPYTERLAB_DIR directory, without impacting any other installation.

Clone this wiki locally