From 1d9aa457d398e9f3dfce30e1173ff3284c65498e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= 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 bf5d64c..6d4eec0 100644 --- a/tools_matplotlib.ipynb +++ b/tools_matplotlib.ipynb @@ -1247,21 +1247,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 5788905..a32e6de 100644 --- a/tools_numpy.ipynb +++ b/tools_numpy.ipynb @@ -2894,21 +2894,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,