|
5 | 5 | "metadata": {},
|
6 | 6 | "source": [
|
7 | 7 | "# 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", |
10 | 9 | "\n",
|
11 | 10 | "**Requirements:**\n",
|
12 | 11 | "- Local weather data file or site longitude and latittude.\n",
|
|
31 | 30 | "outputs": [],
|
32 | 31 | "source": [
|
33 | 32 | "# 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" |
35 | 34 | ]
|
36 | 35 | },
|
37 | 36 | {
|
|
51 | 50 | "import json"
|
52 | 51 | ]
|
53 | 52 | },
|
| 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 | + }, |
54 | 67 | {
|
55 | 68 | "cell_type": "markdown",
|
56 | 69 | "metadata": {},
|
|
301 | 314 | ],
|
302 | 315 | "metadata": {
|
303 | 316 | "kernelspec": {
|
304 |
| - "display_name": "Python 3", |
| 317 | + "display_name": "Python 3 (ipykernel)", |
305 | 318 | "language": "python",
|
306 | 319 | "name": "python3"
|
307 | 320 | },
|
|
315 | 328 | "name": "python",
|
316 | 329 | "nbconvert_exporter": "python",
|
317 | 330 | "pygments_lexer": "ipython3",
|
318 |
| - "version": "3.9.18" |
| 331 | + "version": "3.11.7" |
319 | 332 | }
|
320 | 333 | },
|
321 | 334 | "nbformat": 4,
|
322 |
| - "nbformat_minor": 2 |
| 335 | + "nbformat_minor": 4 |
323 | 336 | }
|
0 commit comments