this downloaded into your `notebooks`folder (the one where jupyter lives) the practical matertial from my git repository (second line), then copied into a dedicated sub-folder (`your-work-notebooks`) the notebooks we will play with
...
...
@@ -37,7 +37,7 @@ Open a new terminal : `New` > `Terminal`
if you followed my lead last week, then you should execute each of the following lines one by one (do not copy what is after #):
cd ~/notebooks/m&-variabilite # change directory ("cd") to this new folded
cd ~/notebooks/m1-variabilite # change directory ("cd") to this new folded
git pull https://gricad-gitlab.univ-grenoble-alpes.fr/voisind/m1-variabilite.git # updates the project, normally without touching your work directory
this should just dowload whatever I modified, without touching anything else