Skip to content

Commit

Permalink
froze jupyterlab and notebook versions due to the bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlunin committed Aug 4, 2023
1 parent 265e312 commit 45e5efd
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 42 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.5
0.2.6
6 changes: 3 additions & 3 deletions mbi-div-b-notebook-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ RUN chmod +x /tmp/scripts/install-slsdetector-package.sh && /tmp/scripts/install
USER ${NB_UID}
#Install Python 3 packages
RUN mamba install --yes \
# due to the bug in previos version of notebook need to be fixed with the version below
'jupyterlab=4.0.4' \
'notebook=7.0.2' \
'altair' \
'beautifulsoup4' \
'bokeh' \
Expand Down Expand Up @@ -108,9 +111,6 @@ RUN pip install --no-cache-dir udkm1Dsim \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"

# copying "new default" settings like black code formatter
COPY --chown=${NB_UID}:${NB_UID} data/user-settings /home/${NB_USER}/.jupyter/lab/user-settings

# jupyterlab-code-formatter needs to be configured
# https://jupyterlab-code-formatter.readthedocs.io/configuration.html
# see more for jupyterhub https://jupyterlab-code-formatter.readthedocs.io/jupyterhub.html
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 45e5efd

Please sign in to comment.