Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
0a35d458c4dfeaae90cc26c29bebf511
mooc-rr
Commits
4521f481
Commit
4521f481
authored
Apr 09, 2020
by
0a35d458c4dfeaae90cc26c29bebf511
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Essais
parent
cb13931c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
81 additions
and
0 deletions
+81
-0
toy_notebook_fr.ipynb
module2/exo1/toy_notebook_fr.ipynb
+81
-0
No files found.
module2/exo1/toy_notebook_fr.ipynb
View file @
4521f481
...
@@ -179,6 +179,87 @@
...
@@ -179,6 +179,87 @@
"%%R\n",
"%%R\n",
"plot(cars)"
"plot(cars)"
]
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Persistance des variables ?"
]
},
{
"cell_type": "code",
"execution_count": 13,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"[1] 1.5\n"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"%%R\n",
"1.5 -> test\n",
"print(test)"
]
},
{
"cell_type": "code",
"execution_count": 14,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"[1] 1.5\n"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"%%R\n",
"print(test)"
]
},
{
"cell_type": "code",
"execution_count": 10,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\n",
"Error in plot(xy) : object 'xy' not found\n"
]
}
],
"source": [
"%%R\n",
"plot(xy)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Oui de R à R pas depuis python."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
}
],
],
"metadata": {
"metadata": {
...
...
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