From 6add423b679808ff4d6aafde03e87ac682027ebb Mon Sep 17 00:00:00 2001 From: 30f24cf6eab932f0a03b200660971a55 <30f24cf6eab932f0a03b200660971a55@app-learninglab.inria.fr> Date: Wed, 5 Aug 2020 11:45:10 +0000 Subject: [PATCH] ok --- module2/exo2/exercice.ipynb | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/module2/exo2/exercice.ipynb b/module2/exo2/exercice.ipynb index 0bbbe37..4fc24ff 100644 --- a/module2/exo2/exercice.ipynb +++ b/module2/exo2/exercice.ipynb @@ -1,5 +1,15 @@ { - "cells": [], + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "Exercice 02\n" + ] + } + ], "metadata": { "kernelspec": { "display_name": "Python 3", @@ -16,10 +26,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