From ebb6d6a8552e60d118bff671e42c2c7eba320204 Mon Sep 17 00:00:00 2001 From: de005631c87798887a112e0e26e250dc Date: Wed, 1 Apr 2020 17:14:55 +0000 Subject: [PATCH] to day --- module2/exo4/exercice.ipynb | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/module2/exo4/exercice.ipynb b/module2/exo4/exercice.ipynb index 0bbbe37..8bab3da 100644 --- a/module2/exo4/exercice.ipynb +++ b/module2/exo4/exercice.ipynb @@ -1,5 +1,26 @@ { - "cells": [], + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Extensions jupyter décrit dans https://stackoverflow.com/questions/49189154/numbered-headers-in-jupyter-notebooks ou http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/\n", + "\n", + "* Table des matières\n", + "* Traduction d'une cellule, etc.\n", + "\n", + "\n", + "Pour installer : `pip install jupyter_contrib_nbextensions jupyter_nbextensions_configurator`" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], "metadata": { "kernelspec": { "display_name": "Python 3", @@ -16,10 +37,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