Skip to content

Commit 3f293ff

Browse files
committed
Add material requirements for the training
1 parent 92eeebb commit 3f293ff

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ Familiarity with numpy, pandas and matplotlib is strongly recommended.
7878
If you plan to do Python programming in a Linux or HPC environment you should
7979
be familiar with these as well.
8080

81+
For following along hands-on, you need * laptop or desktop with internet access.
82+
* a system set up so you can connect to an HPC system, an account on an HPC
83+
system (e.g., VSC, CECI, ...), compute credits if that is required to run
84+
jobs on the HPC system if you want to use an HPC system;
85+
* a Python environment that can run Jupyter Lab if you want to use your own
86+
system (note that you would require a GPU for some of the examples to work);
87+
* access to Google Colaboratory if you prefer not to install software.
8188

8289
## Level
8390

docs/_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
theme: jekyll-theme-slate
1+
title: "Machine learning with Python"
2+
theme: jekyll-theme-slate

0 commit comments

Comments
 (0)