diff --git a/centos/Dockerfile b/centos/Dockerfile
index e33eba00bd46e02ffdde0f618cfd7df47601e321..c5acf088203ee475739309c1dd174dd68dbcc9c4 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -448,6 +448,9 @@ RUN python3.7 -m pip --no-cache-dir install -U pip && \
         wheel \
         twine \
         pytest \
+        pytest-cov \
+        testbook \
+        jupyter \
         pandas \
         h5py \
         deprecation
@@ -459,6 +462,9 @@ RUN python3.8 -m pip --no-cache-dir install -U pip && \
         wheel \
         twine \
         pytest \
+        pytest-cov \
+        testbook \
+        jupyter \
         pandas \
         h5py \
         deprecation
@@ -470,6 +476,9 @@ RUN python3.9 -m pip --no-cache-dir install -U pip && \
         wheel \
         twine \
         pytest \
+        pytest-cov \
+        testbook \
+        jupyter \
         pandas \
         h5py \
         deprecation
diff --git a/windows/base/Dockerfile b/windows/base/Dockerfile
index df56e236521b58705873d1f2480e570d12e5d85c..d9588b8dc5e97b45ff9afcf7e7698b7bc0d9dca3 100644
--- a/windows/base/Dockerfile
+++ b/windows/base/Dockerfile
@@ -96,6 +96,9 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1;
         wheel \
         twine \
         pytest \
+        pytest-cov \
+        testbook \
+        jupyter \
         pandas \
         h5py \
         ; \
@@ -105,6 +108,9 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1;
         wheel \
         twine \
         pytest \
+        pytest-cov \
+        testbook \
+        jupyter \
         pandas \
         h5py \
         ; \
@@ -114,5 +120,8 @@ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1;
         wheel \
         twine \
         pytest \
+        pytest-cov \
+        testbook \
+        jupyter \
         pandas \
         h5py