From 6f28670202144c855eed381206888afaadbb94ec Mon Sep 17 00:00:00 2001 From: 6ace2fb7013d31885fa16c5877ca5aa1 <6ace2fb7013d31885fa16c5877ca5aa1@app-learninglab.inria.fr> Date: Sat, 4 Dec 2021 15:09:14 +0000 Subject: [PATCH] Essai Jupyter LM --- module2/exo1/.ipynb | 46 +++++++++++++++++++++++++++++++++ module2/exo1/Exo1 Jupyter.ipynb | 6 +++++ 2 files changed, 52 insertions(+) create mode 100644 module2/exo1/.ipynb create mode 100644 module2/exo1/Exo1 Jupyter.ipynb diff --git a/module2/exo1/.ipynb b/module2/exo1/.ipynb new file mode 100644 index 0000000..bb5f4a7 --- /dev/null +++ b/module2/exo1/.ipynb @@ -0,0 +1,46 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# 1 À propos du calcul de $\\pi$\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## 1.1 En demandant à la lib maths" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.6.4" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/module2/exo1/Exo1 Jupyter.ipynb b/module2/exo1/Exo1 Jupyter.ipynb new file mode 100644 index 0000000..7fec515 --- /dev/null +++ b/module2/exo1/Exo1 Jupyter.ipynb @@ -0,0 +1,6 @@ +{ + "cells": [], + "metadata": {}, + "nbformat": 4, + "nbformat_minor": 4 +} -- 2.18.1