Skip to content

Commit

Permalink
Stop explicitly installing labextensions
Browse files Browse the repository at this point in the history
Server Proxy and plotly both ship with prebuilt jupyterlab 3
extensions now, so we can get a lot of our time back!
  • Loading branch information
yuvipanda committed Aug 18, 2021
1 parent 133013a commit 4786221
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4786221

Please sign in to comment.