Skip to content

Commit

Permalink
Finalise widget (#232)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
linogaliana and github-actions[bot] committed Jun 3, 2022
1 parent 7b9f27b commit 5698e30
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/prod.yml
Expand Up @@ -30,20 +30,10 @@ jobs:
mv content/course/manipulation/index.md content/course/manipulation/_index.md
mv content/course/visualisation/index.md content/course/visualisation/_index.md
mv content/course/modelisation/index.md content/course/modelisation/_index.md
#git diff --name-only origin/master origin/${GITHUB_HEAD_REF} >> diff.txt
#cat diff.txt
#Rscript -e 'source("./build/build_light.R")'
python build/wc_website.py
python build/tweak_markdown.py
hugo mod graph
hugo -D --themesDir themes -t github.com
- name: Clean files with Python function
run: |
pip install matplotlib wordcloud nltk
python build/wc_website.py
python build/post-build.py
- name: Copy notebooks in dedicated directory
run: |
mkdir -p notebooks
python build/move_files.py notebooks
- name: Install npm
uses: actions/setup-node@v2
with:
Expand Down
1 change: 1 addition & 0 deletions content/course/manipulation/04c_API_TP/index.qmd
Expand Up @@ -385,6 +385,7 @@ for i in range(0,len(ventes)):
m.fit_bounds([sw, ne])
```


```{python}
#| eval : false
# Afficher la carte
Expand Down
1 change: 1 addition & 0 deletions content/course/modelisation/0_preprocessing/index.qmd
Expand Up @@ -3,6 +3,7 @@ title: "Préparation des données pour construire un modèle"
date: 2020-10-15T13:00:00Z
draft: false
weight: 10
plotly: true
output:
html_document:
keep_md: true
Expand Down
1 change: 1 addition & 0 deletions content/course/visualisation/maps/index.qmd
Expand Up @@ -556,3 +556,4 @@ La carte obtenue doit ressembler à la suivante:
m
```
{{< /rawhtml >}}

1 change: 1 addition & 0 deletions content/course/visualisation/matplotlib/index.qmd
Expand Up @@ -17,6 +17,7 @@ summary: |
sur les décomptes de vélo à Paris
---


```{python}
#| echo: false
#| output: 'asis'
Expand Down

0 comments on commit 5698e30

Please sign in to comment.