From f20a43946a9949652f96a2bd0016334676bc22e4 Mon Sep 17 00:00:00 2001 From: Filipi Nascimento Silva Date: Wed, 17 Feb 2021 21:26:52 -0500 Subject: [PATCH] Small fixes --- Notebooks/CalculateMetrics.ipynb | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Notebooks/CalculateMetrics.ipynb b/Notebooks/CalculateMetrics.ipynb index 036fe8e..c014676 100644 --- a/Notebooks/CalculateMetrics.ipynb +++ b/Notebooks/CalculateMetrics.ipynb @@ -15,7 +15,7 @@ "outputs": [], "source": [ "import matplotlib.pyplot as plt\n", - "%matplotlib widget\n", + "%matplotlib inline\n", "import os\n", "import math\n", "import numpy as np\n", @@ -335,6 +335,13 @@ " return (correlations,lags)\n" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, { "cell_type": "code", "execution_count": null, @@ -674,9 +681,9 @@ ], "metadata": { "kernelspec": { - "display_name": "Python [conda env:climate]", + "display_name": "Python [conda env:teleconnectionsgranger]", "language": "python", - "name": "conda-env-climate-py" + "name": "conda-env-teleconnectionsgranger-py" }, "language_info": { "codemirror_mode": { @@ -688,7 +695,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.6" + "version": "3.8.6" } }, "nbformat": 4,