From 06ec38cecda066ca75428fc91663d14d0bd0b122 Mon Sep 17 00:00:00 2001 From: 408798857b9e9b78bf182b621fb56452 <408798857b9e9b78bf182b621fb56452@app-learninglab.inria.fr> Date: Tue, 18 Aug 2020 15:30:26 +0000 Subject: [PATCH] coucou --- module2/exo1/toy_notebook_fr.ipynb | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 41b1fea..59f4f82 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -2,10 +2,23 @@ "cells": [ { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, - "outputs": [], - "source": [] + "outputs": [ + { + "data": { + "text/plain": [ + "2" + ] + }, + "execution_count": 1, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "1+1" + ] } ], "metadata": { -- 2.18.1