From 3976e3bb25e1b309b0f4fa0556c90dccbffd0cfc Mon Sep 17 00:00:00 2001 From: 451defe1a1074031578ff629b9291801 <451defe1a1074031578ff629b9291801@app-learninglab.inria.fr> Date: Thu, 17 Dec 2020 09:37:39 +0000 Subject: [PATCH] File creation --- module3/exo3/{exercice.ipynb => Simpson.ipynb} | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) rename module3/exo3/{exercice.ipynb => Simpson.ipynb} (72%) diff --git a/module3/exo3/exercice.ipynb b/module3/exo3/Simpson.ipynb similarity index 72% rename from module3/exo3/exercice.ipynb rename to module3/exo3/Simpson.ipynb index 0bbbe37..c6f02f6 100644 --- a/module3/exo3/exercice.ipynb +++ b/module3/exo3/Simpson.ipynb @@ -1,5 +1,13 @@ { - "cells": [], + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], "metadata": { "kernelspec": { "display_name": "Python 3", @@ -16,10 +24,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.3" + "version": "3.6.4" } }, "nbformat": 4, "nbformat_minor": 2 } - -- 2.18.1