From 07ef8d46d30abda3c2a98f1529c3f1b624f13d2a Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Wed, 2 Sep 2020 11:54:24 +0200 Subject: [PATCH] [jupyterhub] Remove vim extension --- jupyterhub/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/jupyterhub/Dockerfile b/jupyterhub/Dockerfile index cae365d..9e559c1 100755 --- a/jupyterhub/Dockerfile +++ b/jupyterhub/Dockerfile @@ -32,7 +32,6 @@ RUN python${PYTHON_VERSION} -m pip --no-cache-dir install \ jupyter-webrtc \ ipyvolume \ jupyter-threejs \ - @axlair/jupyterlab_vim \ && \ python${PYTHON_VERSION} -m jupyter labextension install @ryantam626/jupyterlab_code_formatter && \ python${PYTHON_VERSION} -m pip --no-cache-dir install jupyterlab_code_formatter && \ -- GitLab