From 9f85a47060810d291beec91d623c245ba798f7c9 Mon Sep 17 00:00:00 2001 From: Repo Updater <noreply@mpcdf.mpg.de> Date: Tue, 25 Jul 2023 07:18:06 +0200 Subject: [PATCH] fa2016cc add forwarder to Binder --- notebooks/01--Introduction.ipynb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/notebooks/01--Introduction.ipynb b/notebooks/01--Introduction.ipynb index 2b361ea..7c5d519 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, -- GitLab