|
18 | 18 | }, |
19 | 19 | { |
20 | 20 | "cell_type": "code", |
21 | | - "execution_count": 1, |
| 21 | + "execution_count": null, |
22 | 22 | "metadata": { |
23 | 23 | "execution": { |
24 | 24 | "iopub.execute_input": "2025-11-12T15:15:10.420287Z", |
|
60 | 60 | " import pygem\n", |
61 | 61 | " print(f\"PyGeM version: {pygem.__version__}\")\n", |
62 | 62 | "except ImportError:\n", |
63 | | - " print(f\"PyGeM not found. Installing...\")\n", |
| 63 | + " print(\"PyGeM not found. Installing...\")\n", |
64 | 64 | " # Installing from local source. It can be replaced with github installation once pushed and merged.\n", |
65 | 65 | " subprocess.check_call([sys.executable, \"-m\", \"pip\", \"install\", \"-e\", \".[tut]\"])\n", |
66 | 66 | " import pygem\n", |
|
174 | 174 | "Length: 2498 (2.4K) [text/plain]\r\n", |
175 | 175 | "Saving to: ‘cube.vtp’\r\n", |
176 | 176 | "\r\n", |
177 | | - "\r", |
178 | | - "cube.vtp 0%[ ] 0 --.-KB/s \r", |
| 177 | + "\r\n", |
| 178 | + "cube.vtp 0%[ ] 0 --.-KB/s \r\n", |
179 | 179 | "cube.vtp 100%[===================>] 2.44K --.-KB/s in 0s \r\n", |
180 | 180 | "\r\n", |
181 | 181 | "2025-11-12 16:15:11 (82.5 MB/s) - ‘cube.vtp’ saved [2498/2498]\r\n", |
|
278 | 278 | "<Figure size 1600x1000 with 1 Axes>" |
279 | 279 | ] |
280 | 280 | }, |
281 | | - "metadata": {}, |
| 281 | + "metadata": { |
| 282 | + "needs_background": "light" |
| 283 | + }, |
282 | 284 | "output_type": "display_data" |
283 | 285 | } |
284 | 286 | ], |
|
361 | 363 | "Length: 1509 (1.5K) [text/plain]\r\n", |
362 | 364 | "Saving to: ‘cube.stl’\r\n", |
363 | 365 | "\r\n", |
364 | | - "\r", |
365 | | - "cube.stl 0%[ ] 0 --.-KB/s \r", |
| 366 | + "\r\n", |
| 367 | + "cube.stl 0%[ ] 0 --.-KB/s \r\n", |
366 | 368 | "cube.stl 100%[===================>] 1.47K --.-KB/s in 0s \r\n", |
367 | 369 | "\r\n", |
368 | 370 | "2025-11-12 16:15:12 (49.0 MB/s) - ‘cube.stl’ saved [1509/1509]\r\n", |
|
406 | 408 | "<Figure size 1600x1000 with 1 Axes>" |
407 | 409 | ] |
408 | 410 | }, |
409 | | - "metadata": {}, |
| 411 | + "metadata": { |
| 412 | + "needs_background": "light" |
| 413 | + }, |
410 | 414 | "output_type": "display_data" |
411 | 415 | }, |
412 | 416 | { |
|
416 | 420 | "<Figure size 1600x1000 with 1 Axes>" |
417 | 421 | ] |
418 | 422 | }, |
419 | | - "metadata": {}, |
| 423 | + "metadata": { |
| 424 | + "needs_background": "light" |
| 425 | + }, |
420 | 426 | "output_type": "display_data" |
421 | 427 | } |
422 | 428 | ], |
|
0 commit comments