diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 31178a1fbd8ebeff1b5e0d90c0ab7eba9e4dce9c..32caeb0925ca6dc599c3e0bd7eb9c5ad138abb20 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -1,10 +1,8 @@ { "cells": [ { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": {}, - "outputs": [], "source": [ "# toy-notbook-fr\n", "\n", @@ -14,7 +12,7 @@ "\n", "#### **1.1 En demandant à la lib maths**\n", "\n", - "Mon ordinateur m'indique que $\\pi$ vaut *approximativement\n", + "Mon ordinateur m'indique que $\\pi$ vaut *approximativement*\n", "\n", "In [1]: >from math import *\n", " >print (pi)\n",