From db72a71ce99bdd8b32111912d4bfb92535b6491b Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Mon, 27 Feb 2023 11:35:42 -0300 Subject: [PATCH] remove notebooks outputs --- notebooks/IOOS-Python-Package-Skeleton.ipynb | 4 +-- notebooks/tutorial.ipynb | 36 ++++---------------- 2 files changed, 8 insertions(+), 32 deletions(-) diff --git a/notebooks/IOOS-Python-Package-Skeleton.ipynb b/notebooks/IOOS-Python-Package-Skeleton.ipynb index d543a45..3ccf201 100644 --- a/notebooks/IOOS-Python-Package-Skeleton.ipynb +++ b/notebooks/IOOS-Python-Package-Skeleton.ipynb @@ -580,7 +580,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -594,7 +594,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.3" + "version": "3.11.0" } }, "nbformat": 4, diff --git a/notebooks/tutorial.ipynb b/notebooks/tutorial.ipynb index 9cefa14..eebce44 100644 --- a/notebooks/tutorial.ipynb +++ b/notebooks/tutorial.ipynb @@ -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", @@ -34,20 +21,9 @@ }, { "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()" ] @@ -55,7 +31,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -69,7 +45,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.3" + "version": "3.11.0" } }, "nbformat": 4,