Skip to content

Commit

Permalink
Disable broken plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Dec 4, 2023
1 parent d5d3071 commit e34144e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.cc-base-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ RUN pip install --upgrade --no-cache-dir \
# Enable the serverextensions that do not use the conf.d approach and
# build JupyterLab.
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager && \
jupyter labextension install jupyterlab-jupytext && \
#jupyter labextension install jupyterlab-jupytext && \
jupyter serverextension enable --sys-prefix jupyterlab_git && \
jupyter serverextension enable --sys-prefix jupyterlab_github && \
jupyter labextension install dask-labextension && \
Expand Down

0 comments on commit e34144e

Please sign in to comment.