Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added che sidebar visibility extension #54

Merged
merged 6 commits into from
Jun 29, 2023
1 change: 1 addition & 0 deletions jupyterlab3/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RUN jupyter labextension install @maap-jupyterlab/maap-libs-jupyter-extension@1.
RUN jupyter labextension install @maap-jupyterlab/[email protected] --no-build
RUN jupyter labextension install @maap-jupyterlab/[email protected] --no-build
RUN jupyter labextension install @maap-jupyterlab/[email protected] --no-build
RUN jupyter labextension install @maap-jupyterlab/[email protected] --no-build

RUN jupyter lab build && \
jupyter lab clean && \
Expand Down