From d06f9cf48893e8a9e2fd732b5ba5f40500bf37a4 Mon Sep 17 00:00:00 2001 From: 76f6004923b5af5cdf9d237f9a1ae7a9 <76f6004923b5af5cdf9d237f9a1ae7a9@app-learninglab.inria.fr> Date: Wed, 19 Mar 2025 11:19:39 +0000 Subject: [PATCH] test --- module2/exo1/toy_notebook_fr.ipynb | 46 ++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 0bbbe37..0bbbfdb 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -1,6 +1,47 @@ { - "cells": [], + "cells": [ + { + "cell_type": "markdown", + "metadata": { + "hideCode": false, + "hidePrompt": false + }, + "source": [ + "# A propos" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "20" + ], + "text/latex": [ + "20" + ], + "text/markdown": [ + "20" + ], + "text/plain": [ + "[1] 20" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "a = 10 + 10 \n", + "a" + ] + } + ], "metadata": { + "hide_code_all_hidden": false, "kernelspec": { "display_name": "Python 3", "language": "python", @@ -16,10 +57,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