From 8d8f4455a4b93ccb6428381e614913a76358d9fc Mon Sep 17 00:00:00 2001 From: Amit Rathi Date: Mon, 30 Mar 2020 19:16:32 +0550 Subject: [PATCH 1/2] Temp change 2 --- 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 6e3a470f5e92fb13f3187bcea534ef0a79897202 Mon Sep 17 00:00:00 2001 From: Amit Rathi Date: Mon, 30 Mar 2020 19:14:04 +0550 Subject: [PATCH 2/2] Temp change