|
1 | 1 | {
|
2 | 2 | "cells": [
|
3 | 3 | {
|
| 4 | + "attachments": {}, |
4 | 5 | "cell_type": "markdown",
|
5 | 6 | "id": "6b7792b4-5bbc-49f5-9388-e7367cfa644c",
|
6 | 7 | "metadata": {
|
|
11 | 12 | "\n",
|
12 | 13 | "*Updated for DSS C-API version 0.13.2*\n",
|
13 | 14 | "\n",
|
14 |
| - "You can open and then run this notebook on Google Colab from a quick overview if you don't want to set up a local environment: **[Open in Colab](https://colab.research.google.com/github/dss-extensions/dss_python/blob/master/docs/examples/JSON.ipynb)**.\n", |
| 15 | + "You can open and then run this notebook on Google Colab for a quick overview if you don't want to set up a local environment: **[Open in Colab](https://colab.research.google.com/github/dss-extensions/dss_python/blob/master/docs/examples/JSON.ipynb)**.\n", |
15 | 16 | "\n",
|
16 | 17 | "**Preparation**\n",
|
17 | 18 | "\n",
|
|
49 | 50 | ]
|
50 | 51 | },
|
51 | 52 | {
|
| 53 | + "attachments": {}, |
52 | 54 | "cell_type": "markdown",
|
53 | 55 | "id": "f97f96f9-aace-4b42-aaa5-357e17f2ec61",
|
54 | 56 | "metadata": {},
|
|
67 | 69 | "source": [
|
68 | 70 | "import os, subprocess\n",
|
69 | 71 | "if os.getenv(\"COLAB_RELEASE_TAG\"):\n",
|
70 |
| - " print(subprocess.check_output('pip install dss-python[plot] opendssdirect.py[extras]', shell=True).decode())" |
| 72 | + " print(subprocess.check_output('pip install dss-python[plot] opendssdirect.py[extras] pandas==2', shell=True).decode())" |
71 | 73 | ]
|
72 | 74 | },
|
73 | 75 | {
|
| 76 | + "attachments": {}, |
74 | 77 | "cell_type": "markdown",
|
75 | 78 | "id": "a37214b7-082d-40a2-b2dd-fc9fa56ec508",
|
76 | 79 | "metadata": {},
|
|
93 | 96 | ]
|
94 | 97 | },
|
95 | 98 | {
|
| 99 | + "attachments": {}, |
96 | 100 | "cell_type": "markdown",
|
97 | 101 | "id": "677a0e15-1789-4058-8f00-3a55d4d542db",
|
98 | 102 | "metadata": {
|
|
121 | 125 | ]
|
122 | 126 | },
|
123 | 127 | {
|
| 128 | + "attachments": {}, |
124 | 129 | "cell_type": "markdown",
|
125 | 130 | "id": "e2787869-e30d-4d9d-b1b4-b72248ba0244",
|
126 | 131 | "metadata": {},
|
|
146 | 151 | ]
|
147 | 152 | },
|
148 | 153 | {
|
| 154 | + "attachments": {}, |
149 | 155 | "cell_type": "markdown",
|
150 | 156 | "id": "235cb310-e658-4312-a68e-4938787dca1e",
|
151 | 157 | "metadata": {
|
|
156 | 162 | ]
|
157 | 163 | },
|
158 | 164 | {
|
| 165 | + "attachments": {}, |
159 | 166 | "cell_type": "markdown",
|
160 | 167 | "id": "8ef715c5-1bc8-48cd-a95d-5f3eeaf00218",
|
161 | 168 | "metadata": {},
|
|
226 | 233 | ]
|
227 | 234 | },
|
228 | 235 | {
|
| 236 | + "attachments": {}, |
229 | 237 | "cell_type": "markdown",
|
230 | 238 | "id": "0028c7eb-ffc2-4f40-aef1-44b0c720a066",
|
231 | 239 | "metadata": {},
|
|
424 | 432 | ]
|
425 | 433 | },
|
426 | 434 | {
|
| 435 | + "attachments": {}, |
427 | 436 | "cell_type": "markdown",
|
428 | 437 | "id": "0a50f347-59a1-4468-84ee-9720ed50905e",
|
429 | 438 | "metadata": {},
|
|
844 | 853 | ]
|
845 | 854 | },
|
846 | 855 | {
|
| 856 | + "attachments": {}, |
847 | 857 | "cell_type": "markdown",
|
848 | 858 | "id": "dc7426e0-0c2e-4a71-bcc0-1ef53936618b",
|
849 | 859 | "metadata": {},
|
|
884 | 894 | ]
|
885 | 895 | },
|
886 | 896 | {
|
| 897 | + "attachments": {}, |
887 | 898 | "cell_type": "markdown",
|
888 | 899 | "id": "bd2281de-9ce6-45a8-9d83-357d9cc52ba3",
|
889 | 900 | "metadata": {},
|
|
926 | 937 | ]
|
927 | 938 | },
|
928 | 939 | {
|
| 940 | + "attachments": {}, |
929 | 941 | "cell_type": "markdown",
|
930 | 942 | "id": "604febff-f357-4712-b39d-8204174260c5",
|
931 | 943 | "metadata": {
|
|
936 | 948 | ]
|
937 | 949 | },
|
938 | 950 | {
|
| 951 | + "attachments": {}, |
939 | 952 | "cell_type": "markdown",
|
940 | 953 | "id": "88a793a7-267f-40fa-90ad-a6bc11e0ee8f",
|
941 | 954 | "metadata": {},
|
|
1099 | 1112 | ]
|
1100 | 1113 | },
|
1101 | 1114 | {
|
| 1115 | + "attachments": {}, |
1102 | 1116 | "cell_type": "markdown",
|
1103 | 1117 | "id": "7ac63e18-28ed-41e8-9925-214bc2ab5a4c",
|
1104 | 1118 | "metadata": {
|
|
1109 | 1123 | ]
|
1110 | 1124 | },
|
1111 | 1125 | {
|
| 1126 | + "attachments": {}, |
1112 | 1127 | "cell_type": "markdown",
|
1113 | 1128 | "id": "ef07797b-ede0-41b6-a1b1-a02f72d17467",
|
1114 | 1129 | "metadata": {},
|
|
1185 | 1200 | ]
|
1186 | 1201 | },
|
1187 | 1202 | {
|
| 1203 | + "attachments": {}, |
1188 | 1204 | "cell_type": "markdown",
|
1189 | 1205 | "id": "8c9e34f0-8888-43da-aa98-84aad1c399e8",
|
1190 | 1206 | "metadata": {
|
|
2409 | 2425 | ]
|
2410 | 2426 | },
|
2411 | 2427 | {
|
| 2428 | + "attachments": {}, |
2412 | 2429 | "cell_type": "markdown",
|
2413 | 2430 | "id": "e289e7d2-9269-4a56-a3e7-73d0c6d02812",
|
2414 | 2431 | "metadata": {},
|
|
2533 | 2550 | ]
|
2534 | 2551 | },
|
2535 | 2552 | {
|
| 2553 | + "attachments": {}, |
2536 | 2554 | "cell_type": "markdown",
|
2537 | 2555 | "id": "b1d035d2-8b30-4982-a3f9-27fc674c00a6",
|
2538 | 2556 | "metadata": {
|
|
2569 | 2587 | ]
|
2570 | 2588 | },
|
2571 | 2589 | {
|
| 2590 | + "attachments": {}, |
2572 | 2591 | "cell_type": "markdown",
|
2573 | 2592 | "id": "a37ce6c3-b93a-4810-aa2e-73349430208b",
|
2574 | 2593 | "metadata": {},
|
|
2632 | 2651 | ]
|
2633 | 2652 | },
|
2634 | 2653 | {
|
| 2654 | + "attachments": {}, |
2635 | 2655 | "cell_type": "markdown",
|
2636 | 2656 | "id": "9fed0487-8b78-4f40-89fb-df0b82024a0a",
|
2637 | 2657 | "metadata": {
|
|
3045 | 3065 | ]
|
3046 | 3066 | },
|
3047 | 3067 | {
|
| 3068 | + "attachments": {}, |
3048 | 3069 | "cell_type": "markdown",
|
3049 | 3070 | "id": "a3c741d8-3532-4015-82d2-e787c1f7b04d",
|
3050 | 3071 | "metadata": {},
|
|
0 commit comments