diff --git a/.ci/asic_create_recipe.sh b/.ci/asic_create_recipe.sh index 31e86c769f1765d8abb881f3c639d26c2b47a048..9cf272c6f8f5e139be4f391519cbb7cde50363a1 100755 --- a/.ci/asic_create_recipe.sh +++ b/.ci/asic_create_recipe.sh @@ -203,6 +203,11 @@ From: ${DOCKER_BASE_IMAGE} # YS: teststand dependencies (no python in spack yet) /opt/conda/bin/conda install -y numpy matplotlib + # PD: jupyter notebook and ipython for more comfort + /opt/conda/bin/conda install -c conda-forge -y notebook + /opt/conda/bin/conda install -c conda-forge -y nb_conda_kernels + /opt/conda/bin/conda install -c conda-forge -y jupyter_contrib_nbextensions + # ECM: and now some abspacking yum -y install ccache sudo parallel