Skip to content

Commit

Permalink
Merge pull request #22 from ocefpaf/remove_outputs
Browse files Browse the repository at this point in the history
remove notebooks outputs
  • Loading branch information
ocefpaf authored Feb 27, 2023
2 parents cd492b8 + db72a71 commit 33e430c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 32 deletions.
4 changes: 2 additions & 2 deletions notebooks/IOOS-Python-Package-Skeleton.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -594,7 +594,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.3"
"version": "3.11.0"
}
},
"nbformat": 4,
Expand Down
36 changes: 6 additions & 30 deletions notebooks/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,9 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"array([[42., 42., 42.],\n",
" [42., 42., 42.],\n",
" [42., 42., 42.]])"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"import ioos_pkg_skeleton\n",
"\n",
Expand All @@ -34,28 +21,17 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"\"Monty Python's The Meaning of Life, also known simply as The Meaning of Life, is a 1983 British musical sketch comedy film written and performed by the Monty Python troupe, directed by Terry Jones. It was the last film to feature all six Python members before Graham Chapman died in 1989.\""
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"ioos_pkg_skeleton.meaning_of_life_url()"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -69,7 +45,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.3"
"version": "3.11.0"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 33e430c

Please sign in to comment.