diff --git a/module2/exo1/toy_notebook_df.ipynb b/module2/exo1/.ipynb similarity index 84% rename from module2/exo1/toy_notebook_df.ipynb rename to module2/exo1/.ipynb index c6f02f6f7b4b693b04a99b716e995581b4d8254d..3a0150b102231ba5662a9431f1a1522b2c946d44 100644 --- a/module2/exo1/toy_notebook_df.ipynb +++ b/module2/exo1/.ipynb @@ -1,11 +1,11 @@ { "cells": [ { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": {}, - "outputs": [], - "source": [] + "source": [ + "toy_notebook_fr" + ] } ], "metadata": { diff --git a/module2/exo1/test.ipynb b/module2/exo1/test.ipynb deleted file mode 100644 index 7e7f396b14f0463c64c0c180049635d1056e2874..0000000000000000000000000000000000000000 --- a/module2/exo1/test.ipynb +++ /dev/null @@ -1,32 +0,0 @@ -{ - "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_en.ipynb b/module2/exo1/toy_notebook_en.ipynb deleted file mode 100644 index db7ed243ea772f19862991f926d0b46fb3d578fb..0000000000000000000000000000000000000000 --- a/module2/exo1/toy_notebook_en.ipynb +++ /dev/null @@ -1,72 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# toy_notebook_fr" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# À propos du calcul de $\\pi$" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## En demandant à la lib maths\n", - "Mon ordinateur m'indique que $\\pi$ vaut *approximativement*" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3.141592653589793\n" - ] - } - ], - "source": [ - "from math import*\n", - "print(pi)" - ] - }, - { - "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": 2 -} diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 3a0150b102231ba5662a9431f1a1522b2c946d44..db7ed243ea772f19862991f926d0b46fb3d578fb 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -4,8 +4,48 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "toy_notebook_fr" + "# toy_notebook_fr" ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# À propos du calcul de $\\pi$" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## En demandant à la lib maths\n", + "Mon ordinateur m'indique que $\\pi$ vaut *approximativement*" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "3.141592653589793\n" + ] + } + ], + "source": [ + "from math import*\n", + "print(pi)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": {