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

Fix missing tango in Jupyter notebooks

parent a56db94a
No related branches found
No related tags found
1 merge request!782Fix missing tango in Jupyter notebooks
...@@ -139,6 +139,7 @@ Next change the version in the following places: ...@@ -139,6 +139,7 @@ Next change the version in the following places:
# Release Notes # Release Notes
* 0.24.5 Bugfix: install 'tango' in Jupyter Lab again
* 0.24.4 Apply calibration values in reverse order if subband frequencies are decreasing * 0.24.4 Apply calibration values in reverse order if subband frequencies are decreasing
* 0.24.3 Tune python logging format and parsing * 0.24.3 Tune python logging format and parsing
* 0.24.2 Ensure code base is PyTango 9.5 compatible * 0.24.2 Ensure code base is PyTango 9.5 compatible
......
...@@ -10,8 +10,6 @@ RUN --mount=type=cache,target=/var/cache/apt \ ...@@ -10,8 +10,6 @@ RUN --mount=type=cache,target=/var/cache/apt \
apt-get install -y git apt-get install -y git
USER ${NB_UID} USER ${NB_UID}
RUN pip install lofar-station-client --index-url https://git.astron.nl/api/v4/projects/395/packages/pypi/simple
RUN pip install tangostationcontrol --index-url https://git.astron.nl/api/v4/projects/71/packages/pypi/simple
RUN mamba install --yes jupyterlab-git && \ RUN mamba install --yes jupyterlab-git && \
mamba clean --all -f -y && \ mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \ fix-permissions "${CONDA_DIR}" && \
......
...@@ -5,6 +5,13 @@ notebook-as-pdf ...@@ -5,6 +5,13 @@ 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
# high-level access to station components
lofar-station-client[tango]
--extra-index-url https://git.astron.nl/api/v4/projects/395/packages/pypi/simple
tangostationcontrol
--extra-index-url https://git.astron.nl/api/v4/projects/71/packages/pypi/simple
PyTango # should also come with lofar-station-client
# low-level access to station components # low-level access to station components
opcua opcua
asyncua >= 0.9.90 # LGPLv3 asyncua >= 0.9.90 # LGPLv3
......
0.24.4 0.24.5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment