From f6b92074a093137a49b04e615aca56034bc571c5 Mon Sep 17 00:00:00 2001 From: "Tiffany A. Timbers" Date: Thu, 22 Jul 2021 16:07:20 -0700 Subject: [PATCH] Reverting back to @techrah/text-shortcuts as my PR to move to the built-in pipe was accepted. --- r-dsci-100/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r-dsci-100/Dockerfile b/r-dsci-100/Dockerfile index 172d3353c5..2a66c6d8cc 100644 --- a/r-dsci-100/Dockerfile +++ b/r-dsci-100/Dockerfile @@ -30,7 +30,7 @@ RUN pip install git+https://github.com/data-8/nbgitpuller \ && jupyter serverextension enable --sys-prefix nbgitpuller \ && pip install jupyterlab-git \ && pip install jupytext --upgrade \ - && jupyter labextension install @ttimbers/text-shortcuts \ + && jupyter labextension install @techrah/text-shortcuts \ && jupyter lab build RUN useradd -m -s /bin/bash -N -u 9999 jupyter