diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 5bcbc32c2c57a9fd49ff8a3763820d787e5ed764..f3c1144da04c136e70330402d2a3246998bda5cf 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -2,7 +2,10 @@ "cells": [ { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "hideCode": false, + "hidePrompt": false + }, "source": [ "# Bienvenue à toi, aventurier !" ] @@ -10,7 +13,11 @@ { "cell_type": "code", "execution_count": 1, - "metadata": {}, + "metadata": { + "hideCode": false, + "hidePrompt": false, + "scrolled": true + }, "outputs": [ { "data": { @@ -166,7 +173,10 @@ { "cell_type": "code", "execution_count": 2, - "metadata": {}, + "metadata": { + "hideCode": false, + "hidePrompt": false + }, "outputs": [], "source": [ "## Utilisons le R" @@ -174,7 +184,10 @@ }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "hideCode": false, + "hidePrompt": false + }, "source": [ "Mais si, c'est possible avec la carte kiwi :)" ] @@ -182,7 +195,10 @@ { "cell_type": "code", "execution_count": 3, - "metadata": {}, + "metadata": { + "hideCode": false, + "hidePrompt": false + }, "outputs": [], "source": [ "%load_ext rpy2.ipython" @@ -191,7 +207,10 @@ { "cell_type": "code", "execution_count": 5, - "metadata": {}, + "metadata": { + "hideCode": false, + "hidePrompt": false + }, "outputs": [ { "data": { @@ -209,7 +228,10 @@ { "cell_type": "code", "execution_count": 6, - "metadata": {}, + "metadata": { + "hideCode": false, + "hidePrompt": false + }, "outputs": [ { "ename": "NameError", @@ -227,15 +249,74 @@ "cars" ] }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": { + "hideCode": false, + "hidePrompt": false + }, + "outputs": [], + "source": [ + "x=1" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": { + "hideCode": false, + "hidePrompt": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\u001b[H\u001b[2J" + ] + } + ], + "source": [ + "%clear" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": { + "hideCode": false, + "hidePrompt": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "1" + ] + }, + "execution_count": 10, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "x" + ] + }, { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "hideCode": false, + "hidePrompt": false + }, "outputs": [], "source": [] } ], "metadata": { + "hide_code_all_hidden": false, "kernelspec": { "display_name": "Python 3", "language": "python",