From 4bd66e9dc800e285a19f8aeb645d2dac6317c5fe Mon Sep 17 00:00:00 2001
From: Repo Updater <noreply@mpcdf.mpg.de>
Date: Tue, 5 Oct 2021 08:16:01 +0200
Subject: [PATCH] 2bd4d3df minor updates to 1b and 1c

---
 notebooks/1b--Introduction.ipynb     | 4 ++--
 notebooks/1c--Python_Refresher.ipynb | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/notebooks/1b--Introduction.ipynb b/notebooks/1b--Introduction.ipynb
index 1de2b48..f10683a 100644
--- a/notebooks/1b--Introduction.ipynb
+++ b/notebooks/1b--Introduction.ipynb
@@ -29,7 +29,7 @@
     "* Efficiency with respect to development effort:  \n",
     "  $\\rightarrow$ Python helps you to get \"things done\" quickly and focus on science.\n",
     "* Efficiency with respect to hardware utilization:  \n",
-    "  $\\rightarrow$ Python-based codes may perform well if implemented correctly.\n",
+    "  $\\rightarrow$ Python-based codes may perform well if implemented properly.\n",
     "* Using Python may achieve a good overall efficiency for small- to medium-scale codes\n",
     "* And finally ... Python is already there, so we have do deal with it!"
    ]
@@ -101,7 +101,7 @@
     "* Refresher of Python and the Python Ecosystem\n",
     "* Scientific Computing with Python: NumPy and SciPy\n",
     "* Performance: Cython, Numba, C/Fortran interfacing\n",
-    "* Parallelism: multiprocessing, mpi4py\n",
+    "* Parallelism: multithreading, multiprocessing, mpi4py\n",
     "* Software Engineering"
    ]
   },
diff --git a/notebooks/1c--Python_Refresher.ipynb b/notebooks/1c--Python_Refresher.ipynb
index 0e937e5..05b09c6 100644
--- a/notebooks/1c--Python_Refresher.ipynb
+++ b/notebooks/1c--Python_Refresher.ipynb
@@ -754,7 +754,7 @@
    "metadata": {
     "scrolled": true,
     "slideshow": {
-     "slide_type": "subslide"
+     "slide_type": "fragment"
     }
    },
    "outputs": [
-- 
GitLab