From 90ea3b2cb051abb721035535cd0d1b3b32b90659 Mon Sep 17 00:00:00 2001 From: 28e1f4de90ce29a7aec6f2ae83fdfffc <28e1f4de90ce29a7aec6f2ae83fdfffc@app-learninglab.inria.fr> Date: Fri, 8 Aug 2025 16:41:51 +0000 Subject: [PATCH] premier essai --- module2/exo1/toy_notebook_fr.ipynb | 31 +++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 0bbbe37..eb108e1 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -1,5 +1,31 @@ { - "cells": [], + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Premier test jupyter" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "hello world\n" + ] + } + ], + "source": [ + "import os\n", + "print('hello world')" + ] + } + ], "metadata": { "kernelspec": { "display_name": "Python 3", @@ -16,10 +42,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