Skip to content
Snippets Groups Projects
Commit 362da32f authored by Philipp Dauer's avatar Philipp Dauer
Browse files

ASIC: Add jupyter notebook and ipython

Change-Id: Id74c977a86a92dcb32bd8a9c8ebd9343fe68c93e
parent 50218c50
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment