Skip to content

Commit 5184f55

Browse files
committed
Fix problem with corrections
1 parent 7427a90 commit 5184f55

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

content/annexes/corrections.qmd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ image: https://minio.lab.sspcloud.fr/lgaliana/generative-art/pythonds/classroom.
1313

1414
Seules les chapitres dont les corrections ne sont pas apparentes sont listés sur cette page.
1515

16-
```{ojs}
17-
defaultPrint = (isBetweenSeptAndDec() === false)
18-
```
19-
2016

2117

2218
# Partie 1: manipuler des données

sspcloud/init-vscode.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ if [[ "$3" == "correction" ]];
1010
then
1111
PATH_WITHIN="notebooks"
1212
COURSE_DIR="${CLONE_DIR}/corrections"
13+
REPO="python-datascientist-notebooks"
1314
else
14-
PATH_WITHIN="corrections"
15+
PATH_WITHIN="notebooks"
1516
COURSE_DIR="${CLONE_DIR}/notebooks"
17+
REPO="py4ds-notebooks-corrections"
1618
fi
1719

18-
BASE_URL="https://raw.githubusercontent.com/linogaliana/python-datascientist-notebooks/main"
20+
BASE_URL="https://raw.githubusercontent.com/linogaliana/${REPO}/main"
1921
NOTEBOOK_PATH="${PATH_WITHIN}/${SECTION}/${CHAPTER}.ipynb"
2022
DOWNLOAD_URL="${BASE_URL}/${NOTEBOOK_PATH}"
2123

0 commit comments

Comments
 (0)