Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
formations_R
ATMO_IntroR
Commits
1e6ac8c2
Commit
1e6ac8c2
authored
Jul 02, 2018
by
Laurence Viry
Browse files
Update make_markdown_outils.sh
parent
c5eec54e
Pipeline
#9422
passed with stages
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ci/make_markdown_outils.sh
View file @
1e6ac8c2
...
...
@@ -8,19 +8,20 @@ jupyter nbconvert --to markdown IntroR.ipynb
cp
IntroR.md ../docs/
## Manipulation de données
#
nbconvert
...
ManipDon.ipynb
#
cp ManipDon.
r
md ../docs
jupyter
nbconvert
--to
markdown
ManipDon.ipynb
cp
ManipDon.md ../docs
/
## Objets R
#nbconvert ... Objets.ipynb
# cp Objets.rmd ../docs
jupyter nbconvert
--to
markdown Objets.ipynb
cp
Objets.md ../docs/
## Graphiques
#
nbconvert
...
GraphiqueR.ipynb
#
cp GraphiqueR.
r
md ../docs
jupyter
nbconvert
--to
markdown
GraphiqueR.ipynb
cp
GraphiqueR.md ../docs
/
# Elements de programmation
#
nbconvert
...
ProgrammerR.ipynb
#
cp ProgrammerR.
r
md ../docs
jupyter
nbconvert
--to
markdown
ProgrammerR.ipynb
cp
ProgrammerR.md ../docs
/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment