Skip to content

Commit 14e23a6

Browse files
committed
fixed toc
1 parent 37736de commit 14e23a6

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

notebooks/foundations/climkern-calc.ipynb

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,9 @@
7171
},
7272
{
7373
"cell_type": "code",
74-
"execution_count": 1,
74+
"execution_count": null,
7575
"metadata": {},
76-
"outputs": [
77-
{
78-
"ename": "ModuleNotFoundError",
79-
"evalue": "No module named 'climkern'",
80-
"output_type": "error",
81-
"traceback": [
82-
"\u001b[31m---------------------------------------------------------------------------\u001b[39m",
83-
"\u001b[31mModuleNotFoundError\u001b[39m Traceback (most recent call last)",
84-
"\u001b[36mCell\u001b[39m\u001b[36m \u001b[39m\u001b[32mIn[1]\u001b[39m\u001b[32m, line 1\u001b[39m\n\u001b[32m----> \u001b[39m\u001b[32m1\u001b[39m \u001b[38;5;28;01mimport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mclimkern\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mas\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mck\u001b[39;00m\n\u001b[32m 2\u001b[39m \u001b[38;5;28;01mimport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mintake\u001b[39;00m\n\u001b[32m 3\u001b[39m \u001b[38;5;28;01mimport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mmatplotlib\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpyplot\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mas\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mplt\u001b[39;00m\n",
85-
"\u001b[31mModuleNotFoundError\u001b[39m: No module named 'climkern'"
86-
]
87-
}
88-
],
76+
"outputs": [],
8977
"source": [
9078
"import climkern as ck\n",
9179
"import intake\n",

0 commit comments

Comments
 (0)