diff --git a/notebooks/1.1_preprocessing_sdo.ipynb b/notebooks/1.1_preprocessing_sdo.ipynb index 627b8ab..99b78b5 100644 --- a/notebooks/1.1_preprocessing_sdo.ipynb +++ b/notebooks/1.1_preprocessing_sdo.ipynb @@ -14,22 +14,14 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 3, "id": "87b0d7f7-66aa-4d00-a595-ea34e4fd9b29", "metadata": { "tags": [] }, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/Users/noahkasmanoff/anaconda3/envs/helio_tools/lib/python3.11/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n", - " from .autonotebook import tqdm as notebook_tqdm\n" - ] - } - ], + "outputs": [], "source": [ + "import autoroot\n", "from typing import Callable\n", "import numpy as np\n", "import matplotlib.pyplot as plt\n", @@ -44,7 +36,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 4, "id": "75da6dba-57a3-47ee-bb60-8c81e1524549", "metadata": { "tags": [] @@ -54,7 +46,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "600\n" + "0\n" ] } ], @@ -1088,7 +1080,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.5" + "version": "3.10.13" } }, "nbformat": 4,