- Notifications
You must be signed in to change notification settings - Fork70
Michaël Defferrard edited this pageApr 2, 2018 ·3 revisions
Welcome to the jupyterlab_vim wiki! Please feel welcome to contribute to benefit other users.
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 theJUPYTERLAB_DIR environment variable to a private directory, e.g. by writingexport JUPYTERLAB_DIR="$XDG_DATA_HOME"/jupyter/lab in the user's.bashrc. That user will then be able to privately install the extension withjupyter labextension install jupyterlab_vim. That command will download the extension (and its dependencies) and build the application in theJUPYTERLAB_DIR directory, without impacting any other installation.