Skip to content
Snippets Groups Projects
Commit cacfada7 authored by Jan David Mol's avatar Jan David Mol
Browse files

Merge branch 'jupyter-v4' into 'master'

Upgrade Jupyter Labs to v4

See merge request !926
parents a3806d00 3841f120
No related branches found
No related tags found
1 merge request!926Upgrade Jupyter Labs to v4
...@@ -161,6 +161,7 @@ Next change the version in the following places: ...@@ -161,6 +161,7 @@ Next change the version in the following places:
# Release Notes # Release Notes
* 0.38.3 Upgraded to JupyterLab v4
* 0.38.2 Fixed polling of some attributes required by Metadata device * 0.38.2 Fixed polling of some attributes required by Metadata device
Wait 2s after enabling FPGA_processing_enable_RW to allow it to propagate Wait 2s after enabling FPGA_processing_enable_RW to allow it to propagate
* 0.38.1 Custom compiled casacore for improved beam-tracking performance * 0.38.1 Custom compiled casacore for improved beam-tracking performance
......
# needs to stay v 3 until https://github.com/jupyterlab/jupyterlab-git/issues/1245 FROM jupyter/scipy-notebook:latest
FROM jupyter/scipy-notebook:lab-3.6.3
USER root USER root
RUN --mount=type=cache,target=/var/cache/apt \ RUN --mount=type=cache,target=/var/cache/apt \
...@@ -10,7 +9,7 @@ RUN --mount=type=cache,target=/var/cache/apt \ ...@@ -10,7 +9,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
apt-get install -y git rsync apt-get install -y git rsync
USER ${NB_UID} USER ${NB_UID}
RUN mamba install --yes jupyterlab-git && \ RUN mamba install --yes 'jupyterlab-git>=0.50.0' && \
mamba clean --all -f -y && \ mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \ fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}" fix-permissions "/home/${NB_USER}"
......
...@@ -3,7 +3,7 @@ ipykernel ...@@ -3,7 +3,7 @@ ipykernel
nbconvert nbconvert
notebook-as-pdf notebook-as-pdf
PyPDF2==2.12.1 # until https://github.com/betatim/notebook-as-pdf/issues/40 hits a notebook-as-pdf release PyPDF2==2.12.1 # until https://github.com/betatim/notebook-as-pdf/issues/40 hits a notebook-as-pdf release
jupyterlab-git jupyterlab-git >= 0.50.0 # BSD-3
# high-level access to station components # high-level access to station components
lofar-station-client[tango] lofar-station-client[tango]
......
0.38.2 0.38.3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment