File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ image: https://minio.lab.sspcloud.fr/lgaliana/generative-art/pythonds/classroom.
13
13
14
14
Seules les chapitres dont les corrections ne sont pas apparentes sont listés sur cette page.
15
15
16
- ``` {ojs}
17
- defaultPrint = (isBetweenSeptAndDec() === false)
18
- ```
19
-
20
16
21
17
22
18
# Partie 1: manipuler des données
Original file line number Diff line number Diff line change @@ -10,12 +10,14 @@ if [[ "$3" == "correction" ]];
10
10
then
11
11
PATH_WITHIN=" notebooks"
12
12
COURSE_DIR=" ${CLONE_DIR} /corrections"
13
+ REPO=" python-datascientist-notebooks"
13
14
else
14
- PATH_WITHIN=" corrections "
15
+ PATH_WITHIN=" notebooks "
15
16
COURSE_DIR=" ${CLONE_DIR} /notebooks"
17
+ REPO=" py4ds-notebooks-corrections"
16
18
fi
17
19
18
- BASE_URL=" https://raw.githubusercontent.com/linogaliana/python-datascientist-notebooks /main"
20
+ BASE_URL=" https://raw.githubusercontent.com/linogaliana/${REPO} /main"
19
21
NOTEBOOK_PATH=" ${PATH_WITHIN} /${SECTION} /${CHAPTER} .ipynb"
20
22
DOWNLOAD_URL=" ${BASE_URL} /${NOTEBOOK_PATH} "
21
23
You can’t perform that action at this time.
0 commit comments