Skip to content

Commit

Permalink
Merged Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jejjohnson committed Dec 8, 2023
1 parent d1a4309 commit 14f3850
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions notebooks/1.1_preprocessing_sdo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -44,7 +36,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 4,
"id": "75da6dba-57a3-47ee-bb60-8c81e1524549",
"metadata": {
"tags": []
Expand All @@ -54,7 +46,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"600\n"
"0\n"
]
}
],
Expand Down Expand Up @@ -1088,7 +1080,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 14f3850

Please # to comment.