File tree Expand file tree Collapse file tree 5 files changed +6
-12
lines changed
modelisation/0_preprocessing Expand file tree Collapse file tree 5 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,10 @@ jobs:
30
30
mv content/course/manipulation/index.md content/course/manipulation/_index.md
31
31
mv content/course/visualisation/index.md content/course/visualisation/_index.md
32
32
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
36
35
hugo mod graph
37
36
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
47
37
- name : Install npm
48
38
uses : actions/setup-node@v2
49
39
with :
Original file line number Diff line number Diff line change @@ -385,6 +385,7 @@ for i in range(0,len(ventes)):
385
385
m.fit_bounds([sw, ne])
386
386
```
387
387
388
+
388
389
``` {python}
389
390
#| eval : false
390
391
# Afficher la carte
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ title: "Préparation des données pour construire un modèle"
3
3
date : 2020-10-15T13:00:00Z
4
4
draft : false
5
5
weight : 10
6
+ plotly : true
6
7
output :
7
8
html_document :
8
9
keep_md : true
Original file line number Diff line number Diff line change @@ -556,3 +556,4 @@ La carte obtenue doit ressembler à la suivante:
556
556
m
557
557
```
558
558
{{< /rawhtml >}}
559
+
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ summary: |
17
17
sur les décomptes de vélo à Paris
18
18
---
19
19
20
+
20
21
``` {python}
21
22
#| echo: false
22
23
#| output: 'asis'
You can’t perform that action at this time.
0 commit comments