From d8e45513d36ccd85ad750e29483df03752d3c02a Mon Sep 17 00:00:00 2001 From: 127267d38c32dc95823bfc275741dad7 <127267d38c32dc95823bfc275741dad7@app-learninglab.inria.fr> Date: Fri, 26 Mar 2021 15:27:31 +0000 Subject: [PATCH] prise en main --- module2/exo1/toy_notebook_fr.ipynb | 33 +++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 0bbbe37..59dcc1c 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -1,5 +1,33 @@ { - "cells": [], + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Premier Essai" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "variable = 12\n", + "import numpy as np\n", + "mu, sigma = 100, 15" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "np.ra" + ] + } + ], "metadata": { "kernelspec": { "display_name": "Python 3", @@ -16,10 +44,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