From 301c45812ebe7a6159bbe569a9c4271f02c50615 Mon Sep 17 00:00:00 2001 From: 1f2b5799c7e6329c0238867cf93010b4 <1f2b5799c7e6329c0238867cf93010b4@app-learninglab.inria.fr> Date: Tue, 26 Sep 2023 16:16:54 +0000 Subject: [PATCH] init --- module3/exo3/exercice.ipynb | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/exercice.ipynb index 0bbbe37..081b27b 100644 --- a/module3/exo3/exercice.ipynb +++ b/module3/exo3/exercice.ipynb @@ -1,5 +1,20 @@ { - "cells": [], + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Simpson's paradox" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], "metadata": { "kernelspec": { "display_name": "Python 3", @@ -16,10 +31,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