From 94b26646071e7db9cc015a8b29442ac5c5ef2987 Mon Sep 17 00:00:00 2001 From: 57e92ddd8e047446b30777d5b69846d1 <57e92ddd8e047446b30777d5b69846d1@app-learninglab.inria.fr> Date: Sun, 29 Jan 2023 14:18:31 +0000 Subject: [PATCH] pour voir --- module2/exo1/toy_notebook_fr.ipynb | 44 ++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 0bbbe37..a9055a6 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -1,5 +1,44 @@ { - "cells": [], + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# un test" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## pour voir" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "[0, 1, 2, 3, 4, 5, 6]\n" + ] + } + ], + "source": [ + "print(list(range(7)))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], "metadata": { "kernelspec": { "display_name": "Python 3", @@ -16,10 +55,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