From f42c0b04d378d16bc62fe1776c59d4df0483044d Mon Sep 17 00:00:00 2001 From: Laurence Viry Date: Tue, 18 Sep 2018 18:05:02 +0200 Subject: [PATCH] Update make_markdown_outils.sh --- ci/make_markdown_outils.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/make_markdown_outils.sh b/ci/make_markdown_outils.sh index 6966cbf..41d28fb 100644 --- a/ci/make_markdown_outils.sh +++ b/ci/make_markdown_outils.sh @@ -34,4 +34,5 @@ cd ../../TP/notebooks # Concentrations moyenne pour l'année 2016 en polluant jupyter nbconvert --to markdown mesureNO2_2016.ipynb cp mesureNO2_2016.md ../../docs/ - +jupyter notebook --to markdown ObjetManip.ipynb +cp ObjetManip.md ../../docs -- GitLab