|
30 | 30 | },
|
31 | 31 | {
|
32 | 32 | "cell_type": "code",
|
33 |
| - "execution_count": 2, |
| 33 | + "execution_count": 1, |
34 | 34 | "id": "028da1b5-7197-4a20-ba0b-e40e6b966cf9",
|
35 | 35 | "metadata": {
|
36 | 36 | "editable": true,
|
|
47 | 47 | "name": "stdout",
|
48 | 48 | "output_type": "stream",
|
49 | 49 | "text": [
|
50 |
| - "../_static/workshops_network_hpc.html\n", |
51 | 50 | "../_static/workshops_network_python_ds.html\n",
|
52 |
| - "../_static/workshops_network_r_ds.html\n" |
| 51 | + "../_static/workshops_network_r_ds.html\n", |
| 52 | + "../_static/workshops_network_hpc.html\n" |
53 | 53 | ]
|
54 | 54 | }
|
55 | 55 | ],
|
|
143 | 143 | },
|
144 | 144 | {
|
145 | 145 | "cell_type": "code",
|
146 |
| - "execution_count": 3, |
| 146 | + "execution_count": 2, |
147 | 147 | "id": "98e15d08-6dfe-4606-b388-1ea76d9d0bc8",
|
148 | 148 | "metadata": {
|
149 | 149 | "editable": true,
|
|
158 | 158 | {
|
159 | 159 | "data": {
|
160 | 160 | "text/html": [
|
161 |
| - "<div style='text-align: center;'><h3>HPC Pathway</h3></div><iframe id='iframe-hpc' src='../_static/workshops_network_hpc.html' width='100%' height='750px' style='border:none;'></iframe>\n", |
| 161 | + "<div style='text-align: center;'><h3>Python DS Pathway</h3></div><iframe id='iframe-python_ds' src='../_static/workshops_network_python_ds.html' width='100%' height='750px' style='border:none;'></iframe>\n", |
162 | 162 | " <script>\n",
|
163 |
| - " function adjustIframeHeight_iframe-hpc() {\n", |
164 |
| - " const iframe = document.getElementById('iframe-hpc');\n", |
| 163 | + " function adjustIframeHeight_iframe-python_ds() {\n", |
| 164 | + " const iframe = document.getElementById('iframe-python_ds');\n", |
165 | 165 | " if (iframe) {\n",
|
166 | 166 | " iframe.style.height = iframe.offsetWidth + 'px';\n",
|
167 | 167 | " }\n",
|
168 | 168 | " }\n",
|
169 | 169 | "\n",
|
170 | 170 | " // Adjust height on load and resize\n",
|
171 |
| - " window.onload = adjustIframeHeight_iframe-hpc;\n", |
172 |
| - " window.onresize = adjustIframeHeight_iframe-hpc;\n", |
| 171 | + " window.onload = adjustIframeHeight_iframe-python_ds;\n", |
| 172 | + " window.onresize = adjustIframeHeight_iframe-python_ds;\n", |
173 | 173 | " </script>\n",
|
174 | 174 | " "
|
175 | 175 | ],
|
|
183 | 183 | {
|
184 | 184 | "data": {
|
185 | 185 | "text/html": [
|
186 |
| - "<div style='text-align: center;'><h3>Python DS Pathway</h3></div><iframe id='iframe-python_ds' src='../_static/workshops_network_python_ds.html' width='100%' height='750px' style='border:none;'></iframe>\n", |
| 186 | + "<div style='text-align: center;'><h3>R DS Pathway</h3></div><iframe id='iframe-r_ds' src='../_static/workshops_network_r_ds.html' width='100%' height='750px' style='border:none;'></iframe>\n", |
187 | 187 | " <script>\n",
|
188 |
| - " function adjustIframeHeight_iframe-python_ds() {\n", |
189 |
| - " const iframe = document.getElementById('iframe-python_ds');\n", |
| 188 | + " function adjustIframeHeight_iframe-r_ds() {\n", |
| 189 | + " const iframe = document.getElementById('iframe-r_ds');\n", |
190 | 190 | " if (iframe) {\n",
|
191 | 191 | " iframe.style.height = iframe.offsetWidth + 'px';\n",
|
192 | 192 | " }\n",
|
193 | 193 | " }\n",
|
194 | 194 | "\n",
|
195 | 195 | " // Adjust height on load and resize\n",
|
196 |
| - " window.onload = adjustIframeHeight_iframe-python_ds;\n", |
197 |
| - " window.onresize = adjustIframeHeight_iframe-python_ds;\n", |
| 196 | + " window.onload = adjustIframeHeight_iframe-r_ds;\n", |
| 197 | + " window.onresize = adjustIframeHeight_iframe-r_ds;\n", |
198 | 198 | " </script>\n",
|
199 | 199 | " "
|
200 | 200 | ],
|
|
208 | 208 | {
|
209 | 209 | "data": {
|
210 | 210 | "text/html": [
|
211 |
| - "<div style='text-align: center;'><h3>R DS Pathway</h3></div><iframe id='iframe-r_ds' src='../_static/workshops_network_r_ds.html' width='100%' height='750px' style='border:none;'></iframe>\n", |
| 211 | + "<div style='text-align: center;'><h3>HPC Pathway</h3></div><iframe id='iframe-hpc' src='../_static/workshops_network_hpc.html' width='100%' height='750px' style='border:none;'></iframe>\n", |
212 | 212 | " <script>\n",
|
213 |
| - " function adjustIframeHeight_iframe-r_ds() {\n", |
214 |
| - " const iframe = document.getElementById('iframe-r_ds');\n", |
| 213 | + " function adjustIframeHeight_iframe-hpc() {\n", |
| 214 | + " const iframe = document.getElementById('iframe-hpc');\n", |
215 | 215 | " if (iframe) {\n",
|
216 | 216 | " iframe.style.height = iframe.offsetWidth + 'px';\n",
|
217 | 217 | " }\n",
|
218 | 218 | " }\n",
|
219 | 219 | "\n",
|
220 | 220 | " // Adjust height on load and resize\n",
|
221 |
| - " window.onload = adjustIframeHeight_iframe-r_ds;\n", |
222 |
| - " window.onresize = adjustIframeHeight_iframe-r_ds;\n", |
| 221 | + " window.onload = adjustIframeHeight_iframe-hpc;\n", |
| 222 | + " window.onresize = adjustIframeHeight_iframe-hpc;\n", |
223 | 223 | " </script>\n",
|
224 | 224 | " "
|
225 | 225 | ],
|
|
278 | 278 | },
|
279 | 279 | "outputs": [],
|
280 | 280 | "source": []
|
| 281 | + }, |
| 282 | + { |
| 283 | + "cell_type": "code", |
| 284 | + "execution_count": null, |
| 285 | + "id": "d390070b-e14f-4296-8d10-552f34c764f7", |
| 286 | + "metadata": {}, |
| 287 | + "outputs": [], |
| 288 | + "source": [] |
| 289 | + }, |
| 290 | + { |
| 291 | + "cell_type": "code", |
| 292 | + "execution_count": null, |
| 293 | + "id": "f67fbdd8-2041-4c13-bf89-0cf5bd8252ae", |
| 294 | + "metadata": {}, |
| 295 | + "outputs": [], |
| 296 | + "source": [] |
281 | 297 | }
|
282 | 298 | ],
|
283 | 299 | "metadata": {
|
|
0 commit comments