From 4786221e21dbe286a1cb33707c69c24c123b73f7 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Wed, 18 Aug 2021 14:58:39 +0530 Subject: [PATCH] Stop explicitly installing labextensions Server Proxy and plotly both ship with prebuilt jupyterlab 3 extensions now, so we can get a lot of our time back! --- postBuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/postBuild b/postBuild index cd09017..b3ce0c5 100644 --- a/postBuild +++ b/postBuild @@ -5,8 +5,5 @@ set -euo pipefail mkdir -p ${CONDA_DIR}/etc/ipython cp ipython_config.py ${CONDA_DIR}/etc/ipython/ipython_config.py -# Install JupyterLab extensions -jupyter labextension install @jupyterlab/server-proxy - jupyter contrib nbextensions install --sys-prefix --symlink jupyter nbextensions_configurator enable --sys-prefix