From 2c689bd3aae3f998d271cc4b900906cf21936b98 Mon Sep 17 00:00:00 2001 From: fda3776d09570edb56029a9122d39a0a Date: Sun, 30 Oct 2022 13:03:23 +0000 Subject: [PATCH] =?UTF-8?q?nique=20=C3=A7a=20m=C3=A8re=20jupyter=20noteboo?= =?UTF-8?q?k=20utiliser=20un=20vrai=20IDE=20svp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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..8828cd6 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -1,5 +1,33 @@ { - "cells": [], + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "3.141592653589793\n" + ] + } + ], + "source": [ + "from math import *\n", + "print(pi)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "importnumpy as np\n" + ] + } + ], "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