Skip to content

Commit 5698e30

Browse files
Finalise widget (#232)
* teste raw html * Automated changes * Automated changes * test avec rawhtml * Automated changes * Automated changes * un autre tp folium * Automated changes * Automated changes * test intégration plotyl * Automated changes * Automated changes * try rawhtml * Automated changes * Automated changes * chart * Automated changes * Automated changes * up * Automated changes * Automated changes * try diff shortcode * Automated changes * Automated changes * try diff shortcode * head plotly * Automated changes * Automated changes * Automated changes * tente basique * Automated changes * Automated changes * try as html * Automated changes * Automated changes * test show * Automated changes * Automated changes * regex replace header * ajoute chart plotly * Automated changes * Automated changes * add content * Automated changes * Automated changes * change ordre * Automated changes * up * not _index * Automated changes * Automated changes * not _index * Automated changes * retire * Automated changes * retire * Automated changes * retire * Automated changes * Automated changes * tweak all * Automated changes * essaie diff * Automated changes * encoding * Automated changes * retire espace * Automated changes * Automated changes * plotly * derniere modif * update workdlow * Automated changes * Automated changes * retour * Automated changes * Automated changes Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7b9f27b commit 5698e30

File tree

5 files changed

+6
-12
lines changed

5 files changed

+6
-12
lines changed

.github/workflows/prod.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,10 @@ jobs:
3030
mv content/course/manipulation/index.md content/course/manipulation/_index.md
3131
mv content/course/visualisation/index.md content/course/visualisation/_index.md
3232
mv content/course/modelisation/index.md content/course/modelisation/_index.md
33-
#git diff --name-only origin/master origin/${GITHUB_HEAD_REF} >> diff.txt
34-
#cat diff.txt
35-
#Rscript -e 'source("./build/build_light.R")'
33+
python build/wc_website.py
34+
python build/tweak_markdown.py
3635
hugo mod graph
3736
hugo -D --themesDir themes -t github.com
38-
- name: Clean files with Python function
39-
run: |
40-
pip install matplotlib wordcloud nltk
41-
python build/wc_website.py
42-
python build/post-build.py
43-
- name: Copy notebooks in dedicated directory
44-
run: |
45-
mkdir -p notebooks
46-
python build/move_files.py notebooks
4737
- name: Install npm
4838
uses: actions/setup-node@v2
4939
with:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ for i in range(0,len(ventes)):
385385
m.fit_bounds([sw, ne])
386386
```
387387

388+
388389
```{python}
389390
#| eval : false
390391
# Afficher la carte

content/course/modelisation/0_preprocessing/index.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Préparation des données pour construire un modèle"
33
date: 2020-10-15T13:00:00Z
44
draft: false
55
weight: 10
6+
plotly: true
67
output:
78
html_document:
89
keep_md: true

content/course/visualisation/maps/index.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,3 +556,4 @@ La carte obtenue doit ressembler à la suivante:
556556
m
557557
```
558558
{{< /rawhtml >}}
559+

content/course/visualisation/matplotlib/index.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ summary: |
1717
sur les décomptes de vélo à Paris
1818
---
1919

20+
2021
```{python}
2122
#| echo: false
2223
#| output: 'asis'

0 commit comments

Comments
 (0)