From 55e4a14458abf2d228962b0c41ebef3896ff31b1 Mon Sep 17 00:00:00 2001 From: 1e04004e9fba2e1e823384e2d7471001 <1e04004e9fba2e1e823384e2d7471001@app-learninglab.inria.fr> Date: Sun, 19 Apr 2020 13:17:39 +0000 Subject: [PATCH] 1er test --- module2/exo1/toy_notebook_fr.ipynb | 103 ++++++++++++++++++++++++++++- 1 file changed, 100 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 0bbbe37..42f03f2 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -1,5 +1,103 @@ { - "cells": [], + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# A propos du calcul de PI" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "variable_python = 1" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "variable_R = 2" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "2" + ], + "text/latex": [ + "2" + ], + "text/markdown": [ + "2" + ], + "text/plain": [ + "[1] 2" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "variable_R" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "variable_R = 2" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "2" + ], + "text/latex": [ + "2" + ], + "text/markdown": [ + "2" + ], + "text/plain": [ + "[1] 2" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "variable_R" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], "metadata": { "kernelspec": { "display_name": "Python 3", @@ -16,10 +114,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.3" + "version": "3.6.4" } }, "nbformat": 4, "nbformat_minor": 2 } - -- 2.18.1