diff --git a/module2/exo1/toy_notebook_en.ipynb b/module2/exo1/toy_notebook_en.ipynb index ba4fb686bbd59c87df6e28805ee7ed3ff5946e62..66687e5b246730a5ce03eb49264162616c5557e8 100644 --- a/module2/exo1/toy_notebook_en.ipynb +++ b/module2/exo1/toy_notebook_en.ipynb @@ -1,10 +1,30 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": { + "hideCode": true, + "hidePrompt": true + }, + "source": [ + "# On the computation of $\\pi$" + ] + }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "hideCode": true, + "hidePrompt": true + }, + "outputs": [], "source": [ "# On the computation of $\\pi$\n", "\n", @@ -15,7 +35,10 @@ { "cell_type": "code", "execution_count": 1, - "metadata": {}, + "metadata": { + "hideCode": true, + "hidePrompt": true + }, "outputs": [], "source": [ "from math import *\n", @@ -24,6 +47,7 @@ } ], "metadata": { + "hide_code_all_hidden": true, "kernelspec": { "display_name": "Python 3", "language": "python",