From 32a1e9bbec71796fcdaa3fca1aeac847450ac109 Mon Sep 17 00:00:00 2001 From: f3525de4a1a18e7596f7a06bd19c9fc1 Date: Wed, 28 Sep 2022 16:41:59 +0000 Subject: [PATCH] no commit message --- module2/exo1/Exercice 02-1.ipynb | 32 +++++++++++++++++++ ...y_notebook_fr.ipynb => Test_Jupyter.ipynb} | 0 2 files changed, 32 insertions(+) create mode 100644 module2/exo1/Exercice 02-1.ipynb rename module2/exo1/{toy_notebook_fr.ipynb => Test_Jupyter.ipynb} (100%) diff --git a/module2/exo1/Exercice 02-1.ipynb b/module2/exo1/Exercice 02-1.ipynb new file mode 100644 index 0000000..7e7f396 --- /dev/null +++ b/module2/exo1/Exercice 02-1.ipynb @@ -0,0 +1,32 @@ +{ + "cells": [ + { + "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": 4 +} diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/Test_Jupyter.ipynb similarity index 100% rename from module2/exo1/toy_notebook_fr.ipynb rename to module2/exo1/Test_Jupyter.ipynb -- 2.18.1