From 9a87ba17300a55c0797cd99ac3c3b2cb1f476d19 Mon Sep 17 00:00:00 2001 From: c8245daf3a603bfeeb31fe89445b2933 Date: Thu, 30 Apr 2020 13:15:22 +0000 Subject: [PATCH] hello_world --- module2/exo1/toy_notebook_fr.ipynb | 59 ++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 0bbbe37..65bf293 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -1,5 +1,59 @@ { - "cells": [], + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Titre\n", + "\n", + "## sous-titre" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import numpy as np\n", + "import matplotlib.pyplot as plt\n" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "cars.png\n", + "cosxsx.png\n", + "toy_document_en.Rmd\n", + "toy_document_fr.Rmd\n", + "toy_document_orgmode_python_en.org\n", + "toy_document_orgmode_python_fr.org\n", + "toy_document_orgmode_R_en.org\n", + "toy_document_orgmode_R_fr.org\n", + "toy_notebook_en.ipynb\n", + "toy_notebook_fr.ipynb\n" + ] + } + ], + "source": [ + "%%sh\n", + "ls" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], "metadata": { "kernelspec": { "display_name": "Python 3", @@ -16,10 +70,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