From 362da32fb36026fab457693c2354487f12ab61a6 Mon Sep 17 00:00:00 2001
From: Philipp Dauer <philipp.dauer@kip.uni-heidelberg.de>
Date: Tue, 25 Jan 2022 12:53:45 +0100
Subject: [PATCH] ASIC: Add jupyter notebook and ipython

Change-Id: Id74c977a86a92dcb32bd8a9c8ebd9343fe68c93e
---
 .ci/asic_create_recipe.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.ci/asic_create_recipe.sh b/.ci/asic_create_recipe.sh
index 31e86c76..9cf272c6 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
 
-- 
GitLab