From eec5765a74ff4c4ffe3f97ab39d574d108a92090 Mon Sep 17 00:00:00 2001 From: f82c1c4a1227cdba8ff3317d228324d6 Date: Sat, 27 Jan 2024 11:00:59 +0000 Subject: [PATCH] Deuxieme --- module3/exo3/exercice.ipynb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/exercice.ipynb index dbbefd3..45c6376 100644 --- a/module3/exo3/exercice.ipynb +++ b/module3/exo3/exercice.ipynb @@ -1,5 +1,12 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Subject 1: CO2 concentration in the atmosphere since 1958" + ] + }, { "cell_type": "code", "execution_count": 1, @@ -1012,6 +1019,13 @@ "raw_data" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Subject 4: Latency and capacity estimation for a network connection from asymmetric measurements\n" + ] + }, { "cell_type": "code", "execution_count": null, -- 2.18.1