Skip to content

Commit bb38643

Browse files
Répare bug leaflet (#234)
* rawhtml * Automated changes * Automated changes Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 299cff3 commit bb38643

File tree

3 files changed

+6
-20
lines changed

3 files changed

+6
-20
lines changed

content/course/NLP/03_lda/index.qmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ from utils import print_badges
3333
print_badges("content/course/NLP/03_lda.qmd")
3434
```
3535

36-
37-
38-
3936
Cette page approfondit les exercices présentés dans la
4037
[section précédente](#nlpexo).
4138
On va ainsi continuer notre exploration de la littérature anglophones :

content/course/manipulation/04a_webscraping_TP/index.qmd

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -549,27 +549,15 @@ for i in range(0,len(gdf)):
549549
m.fit_bounds([sw, ne])
550550
```
551551

552-
```{python}
553-
#| eval: true
554-
555-
# Afficher la carte
556-
m
557-
```
558-
559-
```{python}
560-
#| include: false
561-
#| eval: false
562-
map = m._repr_html_()
563-
```
564-
565552
La carte obtenue doit ressembler à la suivante:
566553

554+
{{< rawhtml >}}
567555
```{python}
568-
#| echo: false
569-
#| output: asis
570-
#| eval: false
571-
print(map)
556+
#| echo : false
557+
# Afficher la carte
558+
m
572559
```
560+
{{< /rawhtml >}}
573561

574562

575563
# Exercice 1 : Les pokémons (version non guidée)

content/course/manipulation/04c_API_TP/index.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ from utils import print_badges
3434
print_badges("content/course/manipulation/04c_API_TP.qmd")
3535
```
3636

37+
3738
# Introduction : Qu'est-ce qu'une API ?
3839

3940
## Définition

0 commit comments

Comments
 (0)