From b3c5baa38ae8a2b4dbaeaa935c618fd096ed3093 Mon Sep 17 00:00:00 2001 From: 8df8fe9b766d325d0f140ef7f8626d15 <8df8fe9b766d325d0f140ef7f8626d15@app-learninglab.inria.fr> Date: Fri, 18 Sep 2020 14:41:37 +0000 Subject: [PATCH] no commit message --- module2/exo1/toy_notebook_en.ipynb | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_notebook_en.ipynb b/module2/exo1/toy_notebook_en.ipynb index 5480ea8..ba4fb68 100644 --- a/module2/exo1/toy_notebook_en.ipynb +++ b/module2/exo1/toy_notebook_en.ipynb @@ -2,15 +2,22 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ "# On the computation of $\\pi$\n", "\n", "## Asking the maths library\n", - "My computer tells me that $\\pi$ is *approximatively*\n", - "\n", + "My computer tells me that $\\pi$ is *approximatively*" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ "from math import *\n", "print(pi)" ] -- 2.18.1