From 25b673149675592a04acec43d29985f5b50dadbf Mon Sep 17 00:00:00 2001 From: 0db2f0554d3b3bbdf0f34a0c1240bdef <0db2f0554d3b3bbdf0f34a0c1240bdef@app-learninglab.inria.fr> Date: Wed, 3 Jun 2020 14:43:09 +0000 Subject: [PATCH] test3 --- module2/exo1/toy_notebook_fr.ipynb | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 1820d7d..f068538 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -12,13 +12,15 @@ "metadata": {}, "source": [ "## En demandant à la lib maths\n", - "Mon ordinateur m'indique que 𝜋 vaut approximativement" + "Mon ordinateur m'indique que $\\pi$ vaut approximativement" ] }, { "cell_type": "code", "execution_count": 1, - "metadata": {}, + "metadata": { + "hideCode": false + }, "outputs": [ { "name": "stdout", @@ -44,7 +46,10 @@ { "cell_type": "code", "execution_count": 2, - "metadata": {}, + "metadata": { + "hideCode": false, + "hidePrompt": false + }, "outputs": [ { "data": { @@ -139,6 +144,7 @@ } ], "metadata": { + "celltoolbar": "Edit Metadata", "kernelspec": { "display_name": "Python 3", "language": "python", -- 2.18.1