Skip to content

Commit 9846d9a

Browse files
authored
Update metadata edition 202401 (#176)
1 parent be5d503 commit 9846d9a

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,11 @@ For the course slides, click [here](https://jorisvandenbossche.github.io/DS-pyth
5858
Found any typo or have a suggestion, see [how to contribute](./contributing.html).
5959

6060
## Meta
61+
6162
Authors: Joris Van den Bossche, Stijn Van Hoey
6263

64+
With the support of the Flemish Government.
65+
6366
<img src="./static/img/logo_flanders+richtingmorgen.png" width="79%">
6467
<img src="./static/img/doctoralschoolsprofiel_hq_rgb_web.png" width="20%">
6568

docs/setup.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ the *base (root) environment*, click the arrow next to it and click `Open termin
4848
Type following command + ENTER-button (make sure you have an internet connection):
4949

5050
```
51-
conda update -n root conda
51+
conda update -n base conda
5252
```
5353
and respond with *Yes* by typing `y`. Packages should be updated after the completion of the command.
5454

@@ -67,7 +67,7 @@ channels:
6767
- defaults
6868
- conda-forge
6969
dependencies:
70-
- python=3.9
70+
- python=3.11
7171
- ipython
7272
- jupyter
7373
- ...
@@ -99,6 +99,8 @@ the *base (root) environment*, click the arrow next to it and click `Open termin
9999
Type following commands line by line + ENTER-button (make sure you have an internet connection):
100100

101101
```
102+
conda install -n base conda-libmamba-solver
103+
conda config --set solver libmamba
102104
conda config --add channels conda-forge
103105
conda config --set channel_priority strict
104106
cd FOLDER_PATH_TO_ENVIRONMENT_FILE

docs/slides.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,25 @@
1313
# Data manipulation, analysis and visualisation in Python
1414

1515
Specialist course Doctoral schools of Ghent University<br>
16-
December 5, 12 and 19 2022
16+
29, 31 January and 2 February 2024
1717

1818
Joris Van den Bossche, Stijn Van Hoey
1919

2020
https://github.com/jorisvandenbossche/DS-python-data-analysis
2121

22+
<img src="./static/img/logo_flanders+richtingmorgen.png" width="79%">
23+
<img src="./static/img/doctoralschoolsprofiel_hq_rgb_web.png" width="20%">
24+
25+
<small>_With the support of the Flemish Government._</small>
26+
2227
---
2328
class: center, middle
2429

2530
# Who are you?
2631

27-
Go to https://hackmd.io/vBEsylODTfmhjxVTY_0XPw?both
32+
Go to https://hackmd.io/YIut5B3BRDeLvfYBo_T3oQ?both
2833

29-
<iframe src="https://hackmd.io/vBEsylODTfmhjxVTY_0XPw?both" height="400px" width="800px"></iframe>
34+
<iframe src="https://hackmd.io/YIut5B3BRDeLvfYBo_T3oQ?both" height="400px" width="800px"></iframe>
3035

3136
---
3237

@@ -76,7 +81,7 @@
7681

7782
Next:
7883

79-
- Surf to and fill in [the questionnaire](https://hackmd.io/vBEsylODTfmhjxVTY_0XPw?both)
84+
- Surf to and fill in [the questionnaire](https://hackmd.io/YIut5B3BRDeLvfYBo_T3oQ?both)
8085
- In Jupyter Lab, start with the 'notebooks/00-jupyter_introduction.ipynb'.
8186

8287
> Installation or setup issues? Put up your `red sticky note` on your laptop screen.
@@ -302,7 +307,7 @@
302307

303308
![:scale 100%](http://esq.h-cdn.co/assets/15/51/980x490/landscape-1450137389-john-cleese.JPG)
304309

305-
### https://forms.gle/dWEkBF4znai4Sh5e8
310+
### https://forms.gle/UoWdnzBZpVCnvMuP9
306311

307312
Please fill in the questionnaire!
308313

0 commit comments

Comments
 (0)