diff --git a/notebooks/01--Introduction.ipynb b/notebooks/01--Introduction.ipynb
index 2b361ea71fe1e158a3b9c56dcbe549e702ac8bbb..7c5d5190375947f7797efb001c97a96ace960fcb 100644
--- a/notebooks/01--Introduction.ipynb
+++ b/notebooks/01--Introduction.ipynb
@@ -104,10 +104,11 @@
     "\n",
     "* Introduction\n",
     "* Refresher of Python and the Python Ecosystem\n",
+    "* Basics of High Performance Computing\n",
     "* Scientific Computing with Python: NumPy and SciPy\n",
     "* Performance: Cython, JIT (Numba, JAX), C/Fortran interfacing\n",
     "* Parallelism: multithreading, multiprocessing, GPU computing, Dask, mpi4py\n",
-    "* Software Engineering, Packaging"
+    "* Software Engineering, Packaging, Profiling, Visualization"
    ]
   },
   {
@@ -175,7 +176,7 @@
     "\n",
     "* Use the link communicated by email to access a Jupyter service on the MPCDF HPC cloud\n",
     "* The course material *and* software are provided via an interactive JupyterLab interface\n",
-    "* Each instance provides *up to* 4 virtual CPU cores and *up to* 6 GB RAM\n",
+    "* Each instance provides access to several virtual CPU cores and a few GB of RAM\n",
     "* Please keep the following points in mind\n",
     "    * Use the JupyterLab menu **File $\\to$ Shut down** to free resources when finished\n",
     "    * A session is terminated after 12h\n",
@@ -230,7 +231,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.10.9"
+   "version": "3.10.12"
   }
  },
  "nbformat": 4,