From 6e0fbe17ae5eb1908bdd86e3c64b874ae8cdfff4 Mon Sep 17 00:00:00 2001 From: Aurelien Geron Date: Fri, 19 Feb 2016 12:42:03 +0100 Subject: [PATCH] Revert notebooks back to python 2 so they can work on both python 2 and 3 --- index.ipynb | 10 +++++----- tools_matplotlib.ipynb | 10 +++++----- tools_numpy.ipynb | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/index.ipynb b/index.ipynb index 1f27ceb..821dd5a 100644 --- a/index.ipynb +++ b/index.ipynb @@ -18,21 +18,21 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 2", "language": "python", - "name": "python3" + "name": "python2" }, "language_info": { "codemirror_mode": { "name": "ipython", - "version": 3 + "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.5.1" + "pygments_lexer": "ipython2", + "version": "2.7.10" } }, "nbformat": 4, diff --git a/tools_matplotlib.ipynb b/tools_matplotlib.ipynb index 1da803a..39c2418 100644 --- a/tools_matplotlib.ipynb +++ b/tools_matplotlib.ipynb @@ -2552,21 +2552,21 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 2", "language": "python", - "name": "python3" + "name": "python2" }, "language_info": { "codemirror_mode": { "name": "ipython", - "version": 3 + "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.5.1" + "pygments_lexer": "ipython2", + "version": "2.7.10" } }, "nbformat": 4, diff --git a/tools_numpy.ipynb b/tools_numpy.ipynb index 60f8a90..1f6511e 100644 --- a/tools_numpy.ipynb +++ b/tools_numpy.ipynb @@ -4465,21 +4465,21 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 2", "language": "python", - "name": "python3" + "name": "python2" }, "language_info": { "codemirror_mode": { "name": "ipython", - "version": 3 + "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.5.1" + "pygments_lexer": "ipython2", + "version": "2.7.10" } }, "nbformat": 4,