From 90d502e2ed4c3860b490a2655528f2af8df97ddb Mon Sep 17 00:00:00 2001 From: f8dc60cab5180566667b00ce62a51ae7 Date: Fri, 13 Jun 2025 08:03:33 +0000 Subject: [PATCH] Ajout du notebook toy_notebook.ipynb --- module2/exo1/.ipynb | 53 ++++++++++++++++++++++++++++++--------------- 1 file changed, 35 insertions(+), 18 deletions(-) diff --git a/module2/exo1/.ipynb b/module2/exo1/.ipynb index 4991711..7b7ef1f 100644 --- a/module2/exo1/.ipynb +++ b/module2/exo1/.ipynb @@ -1,8 +1,15 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Some mathematical calculations" + ] + }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 1, "metadata": {}, "outputs": [ { @@ -11,7 +18,7 @@ "0.8" ] }, - "execution_count": 3, + "execution_count": 1, "metadata": {}, "output_type": "execute_result" } @@ -30,7 +37,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "$$\\int_0^\\infty e^{-x^2} dx = \\frac{\\sqrt{\\pi}}{2}$$" + " $$\\int_0^\\infty e^{-x^2} dx = \\frac{\\sqrt{\\pi}}{2}$$" ] }, { @@ -44,32 +51,42 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "**A bullet list:**\n", + "**A bullet list**:\n", "\n", - "- the first element:\n", - " - water\n", - " - LNAPL\n", - " \n", - "- the second element:\n", - " - SER\n", - " - MSS\n", + "- the first ellemnt\n", + " -water\n", + " -LNAPL\n", "\n", - "**A numbered list:**\n", + "- the second element\n", + " -SER\n", + " -Polymer flooding\n", "\n", - "1. the first element;\n", + "**A nummbered list**:\n", + "\n", + "1. the first element\n", "2. the second element" ] }, { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# A code block" + ] + }, + { + "cell_type": "markdown", "metadata": {}, - "outputs": [], "source": [ - "# A code block\n", - "\n", "print(\"Hello, world!\")" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { -- 2.18.1