Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
journal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
53b85c2bcf28e7e05fcfb5b1cf867bb7
journal
Commits
313cb5d1
Commit
313cb5d1
authored
Apr 04, 2020
by
53b85c2bcf28e7e05fcfb5b1cf867bb7
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md - infos jupyter
parent
e0b08880
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
README.md
README.md
+16
-0
No files found.
README.md
View file @
313cb5d1
...
...
@@ -32,3 +32,19 @@ Déjà connu dans les grandes lignes
La doc en français référencée dans le MOOC est bien complète
## Jupyter
`%lsmagic`
pour avoir la liste des commandes "magiques"
`%load_ext rp2.ipython`
permet d'utiliser du R dans un notebook jupyter
Puis
`%%R`
pour coder du R
Installation du plugin hide_code dans jupyter pour gérer les cellules à exporter
ou pas quand on génère un document html ou autre à partir du notebook
`pip install hide-code`
`jupyter nbextension install --py hide_code`
`jupyter nbextension enable --py hide_code`
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