From 5f6f09a93bf68e0d49e3378b7d9efcf8d4e2e1a6 Mon Sep 17 00:00:00 2001 From: 364204affd8dd7e07e30248eb3c751a8 <364204affd8dd7e07e30248eb3c751a8@app-learninglab.inria.fr> Date: Wed, 25 Oct 2023 13:16:54 +0000 Subject: [PATCH] data analysis file creation --- module2/exo4/exercice.ipynb | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/module2/exo4/exercice.ipynb b/module2/exo4/exercice.ipynb index 0bbbe37..fab4a73 100644 --- a/module2/exo4/exercice.ipynb +++ b/module2/exo4/exercice.ipynb @@ -1,5 +1,22 @@ { - "cells": [], + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Data analysis from my journal\n", + "\n", + "I've tracked my sleep for a few days, about its quality and length, to have statistics and analyze this data." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], "metadata": { "kernelspec": { "display_name": "Python 3", @@ -16,10 +33,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