From e321ebab3360975db5974377f02c4be2460beaae Mon Sep 17 00:00:00 2001 From: 45088339326c65cdb73861556fd7cfb4 <45088339326c65cdb73861556fd7cfb4@app-learninglab.inria.fr> Date: Fri, 18 Jul 2025 09:42:23 +0000 Subject: [PATCH] test --- module2/exo1/toy_notebook_fr.ipynb | 13 ++++++-- module2/exo1/tutorial.ipynb | 52 ++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+), 3 deletions(-) create mode 100644 module2/exo1/tutorial.ipynb diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 0bbbe37..ab0e505 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -1,5 +1,13 @@ { - "cells": [], + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "test" + ] + } + ], "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 } - diff --git a/module2/exo1/tutorial.ipynb b/module2/exo1/tutorial.ipynb new file mode 100644 index 0000000..e4ef4f0 --- /dev/null +++ b/module2/exo1/tutorial.ipynb @@ -0,0 +1,52 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Titre du document" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "4" + ] + }, + "execution_count": 1, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "2+2" + ] + } + ], + "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 +} -- 2.18.1