Skip to content

Commit cba8e3d

Browse files
committed
tutoria lcorrections
1 parent 14476c1 commit cba8e3d

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

tutorials_and_tools/tutorials_and_tools/Tools-Edge Seal Oxygen Ingress.ipynb tutorials_and_tools/tutorials_and_tools/Tools - Edge Seal Oxygen Ingress.ipynb

+19-6
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"metadata": {},
66
"source": [
77
"# Tools - Edge Seal Oxygen Ingress Calculator tool\n",
8-
"\n",
9-
"### Calculation of oxygen ingress profile through an edge seal and into the encapsulant.\n",
8+
"Calculation of oxygen ingress profile through an edge seal and into the encapsulant.\n",
109
"\n",
1110
"**Requirements:**\n",
1211
"- Local weather data file or site longitude and latittude.\n",
@@ -31,7 +30,7 @@
3130
"outputs": [],
3231
"source": [
3332
"# if running on google colab, uncomment the next line and execute this cell to install the dependencies and prevent \"ModuleNotFoundError\" in later cells:\n",
34-
"# !pip install pvdeg==0.3.3"
33+
"!pip install pvdeg==0.3.3"
3534
]
3635
},
3736
{
@@ -51,6 +50,20 @@
5150
"import json"
5251
]
5352
},
53+
{
54+
"cell_type": "code",
55+
"execution_count": null,
56+
"metadata": {},
57+
"outputs": [],
58+
"source": [
59+
"# This information helps with debugging and getting support :)\n",
60+
"import sys, platform\n",
61+
"print(\"Working on a \", platform.system(), platform.release())\n",
62+
"print(\"Python version \", sys.version)\n",
63+
"print(\"Pandas version \", pd.__version__)\n",
64+
"print(\"pvdeg version \", pvdeg.__version__)"
65+
]
66+
},
5467
{
5568
"cell_type": "markdown",
5669
"metadata": {},
@@ -301,7 +314,7 @@
301314
],
302315
"metadata": {
303316
"kernelspec": {
304-
"display_name": "Python 3",
317+
"display_name": "Python 3 (ipykernel)",
305318
"language": "python",
306319
"name": "python3"
307320
},
@@ -315,9 +328,9 @@
315328
"name": "python",
316329
"nbconvert_exporter": "python",
317330
"pygments_lexer": "ipython3",
318-
"version": "3.9.18"
331+
"version": "3.11.7"
319332
}
320333
},
321334
"nbformat": 4,
322-
"nbformat_minor": 2
335+
"nbformat_minor": 4
323336
}

0 commit comments

Comments
 (0)