From 2a94bf2994036e22f9f1c13c7c8ce083b94bee11 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Mon, 31 Aug 2020 13:24:54 +0200 Subject: [PATCH] [jupyterhub] add vim plugin --- jupyterhub/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jupyterhub/Dockerfile b/jupyterhub/Dockerfile index 61f9180..a490089 100755 --- a/jupyterhub/Dockerfile +++ b/jupyterhub/Dockerfile @@ -31,7 +31,8 @@ RUN python${PYTHON_VERSION} -m pip --no-cache-dir install \ python${PYTHON_VERSION} -m jupyter labextension install \ jupyter-webrtc \ ipyvolume \ - jupyter-threejs + jupyter-threejs \ + jupyterlab_vim RUN mkdir -p ~/.venv && \ python${PYTHON_VERSION} -m venv ~/.venv/robofish && \ -- GitLab