From 3adbef759a0689b04481a8819be9535403ee4ea0 Mon Sep 17 00:00:00 2001 From: 6f892419cc99326ee525ed439d8ff5df <6f892419cc99326ee525ed439d8ff5df@app-learninglab.inria.fr> Date: Fri, 5 Mar 2021 07:55:23 +0000 Subject: [PATCH] =?UTF-8?q?D=C3=A9marrage=20JB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module2/exo4/exercice.ipynb | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/module2/exo4/exercice.ipynb b/module2/exo4/exercice.ipynb index 0bbbe37..c3d4be7 100644 --- a/module2/exo4/exercice.ipynb +++ b/module2/exo4/exercice.ipynb @@ -1,5 +1,35 @@ { - "cells": [], + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Journal de bord" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Liste des connaissances acquises " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "* Dans ce Mooc, la plus grosse difficulté fut, est reste de changer de paradigme. Sans pré-requis j'ai perdu beaucoup de temps à tenter de comprendre ce que l'on me demandait de faire.\n", + "* Je vais tenter ici de lister les éléments compris mais totalement assimilés." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], "metadata": { "kernelspec": { "display_name": "Python 3", @@ -16,10 +46,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