From 2d3b009aba7e125e33df16d249e25c906b2b9e61 Mon Sep 17 00:00:00 2001 From: 06295db534a9872198b1363b8b12f920 <06295db534a9872198b1363b8b12f920@app-learninglab.inria.fr> Date: Thu, 6 Mar 2025 14:34:55 +0000 Subject: [PATCH] Test --- module2/exo1/toy_notebook_en.ipynb | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/module2/exo1/toy_notebook_en.ipynb b/module2/exo1/toy_notebook_en.ipynb index 232e72b..33e47b8 100644 --- a/module2/exo1/toy_notebook_en.ipynb +++ b/module2/exo1/toy_notebook_en.ipynb @@ -1,5 +1,16 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# On the computation of $\\pi$\n", + "\n", + "## Asking the maths library\n", + "\n", + "My computer tells me that $\\pi$ is *approximatively*" + ] + }, { "cell_type": "code", "execution_count": 1, @@ -14,11 +25,6 @@ } ], "source": [ - "# On the computation of $\\pi$\n", - "\n", - "## Asking the maths library\n", - "My computer tells me that $\\pi$ is *approximatively*\n", - "\n", "from math import *\n", "print(pi)\n" ] -- 2.18.1