From cba8e3d5eaa04bd2b5f7dbe3f98cb9cb9b444694 Mon Sep 17 00:00:00 2001 From: Silvana Ovaitt Date: Sun, 15 Sep 2024 21:50:25 -0700 Subject: [PATCH] tutoria lcorrections --- ...=> Tools - Edge Seal Oxygen Ingress.ipynb} | 25 ++++++++++++++----- 1 file changed, 19 insertions(+), 6 deletions(-) rename tutorials_and_tools/tutorials_and_tools/{Tools-Edge Seal Oxygen Ingress.ipynb => Tools - Edge Seal Oxygen Ingress.ipynb} (99%) diff --git a/tutorials_and_tools/tutorials_and_tools/Tools-Edge Seal Oxygen Ingress.ipynb b/tutorials_and_tools/tutorials_and_tools/Tools - Edge Seal Oxygen Ingress.ipynb similarity index 99% rename from tutorials_and_tools/tutorials_and_tools/Tools-Edge Seal Oxygen Ingress.ipynb rename to tutorials_and_tools/tutorials_and_tools/Tools - Edge Seal Oxygen Ingress.ipynb index 555c9d4..40a4e83 100644 --- a/tutorials_and_tools/tutorials_and_tools/Tools-Edge Seal Oxygen Ingress.ipynb +++ b/tutorials_and_tools/tutorials_and_tools/Tools - Edge Seal Oxygen Ingress.ipynb @@ -5,8 +5,7 @@ "metadata": {}, "source": [ "# Tools - Edge Seal Oxygen Ingress Calculator tool\n", - "\n", - "### Calculation of oxygen ingress profile through an edge seal and into the encapsulant.\n", + "Calculation of oxygen ingress profile through an edge seal and into the encapsulant.\n", "\n", "**Requirements:**\n", "- Local weather data file or site longitude and latittude.\n", @@ -31,7 +30,7 @@ "outputs": [], "source": [ "# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n", - "# !pip install pvdeg==0.3.3" + "!pip install pvdeg==0.3.3" ] }, { @@ -51,6 +50,20 @@ "import json" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# This information helps with debugging and getting support :)\n", + "import sys, platform\n", + "print(\"Working on a \", platform.system(), platform.release())\n", + "print(\"Python version \", sys.version)\n", + "print(\"Pandas version \", pd.__version__)\n", + "print(\"pvdeg version \", pvdeg.__version__)" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -301,7 +314,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -315,9 +328,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.18" + "version": "3.11.7" } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 }