From 73f2419828e2c984e5e6024a047a2aa476c0620c Mon Sep 17 00:00:00 2001 From: 6f892419cc99326ee525ed439d8ff5df <6f892419cc99326ee525ed439d8ff5df@app-learninglab.inria.fr> Date: Sat, 27 Feb 2021 18:48:53 +0000 Subject: [PATCH] toy-notbook3.3 --- module2/exo1/toy_notebook_fr.ipynb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 31178a1..32caeb0 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", -- 2.18.1