From 85a872ad676f5795ec5068f0526b4c2cfce96441 Mon Sep 17 00:00:00 2001 From: Amit Rathi Date: Mon, 30 Mar 2020 19:14:04 +0550 Subject: [PATCH 1/3] Temp change --- notebooks/01.03-Magic-Commands.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/notebooks/01.03-Magic-Commands.ipynb b/notebooks/01.03-Magic-Commands.ipynb index 4a47b373a..befedaf54 100644 --- a/notebooks/01.03-Magic-Commands.ipynb +++ b/notebooks/01.03-Magic-Commands.ipynb @@ -30,6 +30,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ + "--tempChange-- \n", "The previous two sections showed how IPython lets you use and explore Python efficiently and interactively.\n", "Here we'll begin discussing some of the enhancements that IPython adds on top of the normal Python syntax.\n", "These are known in IPython as *magic commands*, and are prefixed by the ``%`` character.\n", @@ -225,9 +226,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.5.1" + "version": "3.6.8" } }, "nbformat": 4, - "nbformat_minor": 0 + "nbformat_minor": 4 } From c1d36fd8da005867cc47b2635720d4526ebf7714 Mon Sep 17 00:00:00 2001 From: Amit Rathi Date: Tue, 16 Dec 2025 13:08:42 +0530 Subject: [PATCH 2/3] file path and name change to see how it affects old PR comments --- .../01.03-Magic-Commands.ipynb => v2-01.03-Magic-Commands.ipynb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename notebooks/01.03-Magic-Commands.ipynb => v2-01.03-Magic-Commands.ipynb (100%) diff --git a/notebooks/01.03-Magic-Commands.ipynb b/v2-01.03-Magic-Commands.ipynb similarity index 100% rename from notebooks/01.03-Magic-Commands.ipynb rename to v2-01.03-Magic-Commands.ipynb From 7b2c48a4f9a5a211d4535bc834abf2809d69952a Mon Sep 17 00:00:00 2001 From: Amit Rathi Date: Tue, 16 Dec 2025 13:16:09 +0530 Subject: [PATCH 3/3] tiny change --- v2-01.03-Magic-Commands.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2-01.03-Magic-Commands.ipynb b/v2-01.03-Magic-Commands.ipynb index befedaf54..49e24d8f0 100644 --- a/v2-01.03-Magic-Commands.ipynb +++ b/v2-01.03-Magic-Commands.ipynb @@ -6,7 +6,7 @@ "source": [ "\n", "\n", - "*This notebook contains an excerpt from the [Python Data Science Handbook](http://shop.oreilly.com/product/0636920034919.do) by Jake VanderPlas; the content is available [on GitHub](https://github.com/jakevdp/PythonDataScienceHandbook).*\n", + "*This v3 chage notebook contains an excerpt from the [Python Data Science Handbook](http://shop.oreilly.com/product/0636920034919.do) by Jake VanderPlas; the content is available [on GitHub](https://github.com/jakevdp/PythonDataScienceHandbook).*\n", "\n", "*The text is released under the [CC-BY-NC-ND license](https://creativecommons.org/licenses/by-nc-nd/3.0/us/legalcode), and code is released under the [MIT license](https://opensource.org/licenses/MIT). If you find this content useful, please consider supporting the work by [buying the book](http://shop.oreilly.com/product/0636920034919.do)!*" ]