Skip to content

Commit 22057ef

Browse files
authored
Merge pull request #34 from FLAMEGPU/google-colab-rc3
Google colab rc3
2 parents 6d66963 + cf814a7 commit 22057ef

3 files changed

Lines changed: 697 additions & 10 deletions

File tree

FLAME_GPU_2_python_tutorial.ipynb

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cells": [
33
{
4+
"attachments": {},
45
"cell_type": "markdown",
56
"metadata": {
67
"id": "PdDwYHc1iDBB"
@@ -31,6 +32,7 @@
3132
]
3233
},
3334
{
35+
"attachments": {},
3436
"cell_type": "markdown",
3537
"metadata": {
3638
"id": "eOznL4ZFcbj5"
@@ -52,7 +54,7 @@
5254
"import importlib.util\n",
5355
"if importlib.util.find_spec('pyflamegpu') is None:\n",
5456
" import sys\n",
55-
" !{sys.executable} -m pip install --extra-index-url https://whl.flamegpu.com/whl/cuda120/ pyflamegpu==2.0.0rc2 # type: ignore\n",
57+
" !{sys.executable} -m pip install --extra-index-url https://whl.flamegpu.com/whl/cuda120/ pyflamegpu==2.0.0rc4 # type: ignore\n",
5658
"\n",
5759
"# Import pyflamegpu and some other libraries we will use in the tutorial\n",
5860
"import pyflamegpu\n",
@@ -61,6 +63,7 @@
6163
]
6264
},
6365
{
66+
"attachments": {},
6467
"cell_type": "markdown",
6568
"metadata": {
6669
"id": "qa0JQvHTcxNV"
@@ -81,6 +84,7 @@
8184
]
8285
},
8386
{
87+
"attachments": {},
8488
"cell_type": "markdown",
8589
"metadata": {
8690
"id": "vIXVvyz1dCQK"
@@ -137,6 +141,7 @@
137141
]
138142
},
139143
{
144+
"attachments": {},
140145
"cell_type": "markdown",
141146
"metadata": {
142147
"id": "PShc0LdDTOQW"
@@ -149,6 +154,7 @@
149154
]
150155
},
151156
{
157+
"attachments": {},
152158
"cell_type": "markdown",
153159
"metadata": {
154160
"id": "NI9DGZnHP7by"
@@ -171,6 +177,7 @@
171177
]
172178
},
173179
{
180+
"attachments": {},
174181
"cell_type": "markdown",
175182
"metadata": {
176183
"id": "vJFHyKx9ToNa"
@@ -220,6 +227,7 @@
220227
]
221228
},
222229
{
230+
"attachments": {},
223231
"cell_type": "markdown",
224232
"metadata": {
225233
"id": "DaW5LRKnTUoM"
@@ -229,6 +237,7 @@
229237
]
230238
},
231239
{
240+
"attachments": {},
232241
"cell_type": "markdown",
233242
"metadata": {
234243
"id": "idPjmsiZQgq4"
@@ -274,6 +283,7 @@
274283
]
275284
},
276285
{
286+
"attachments": {},
277287
"cell_type": "markdown",
278288
"metadata": {
279289
"id": "wJZB5mNYTdqp"
@@ -283,6 +293,7 @@
283293
]
284294
},
285295
{
296+
"attachments": {},
286297
"cell_type": "markdown",
287298
"metadata": {
288299
"id": "fDbOHOsaRQNi"
@@ -406,6 +417,7 @@
406417
]
407418
},
408419
{
420+
"attachments": {},
409421
"cell_type": "markdown",
410422
"metadata": {
411423
"id": "Evq-lX-QTFVT"
@@ -415,6 +427,7 @@
415427
]
416428
},
417429
{
430+
"attachments": {},
418431
"cell_type": "markdown",
419432
"metadata": {
420433
"id": "a7xqiPy_b8Cz"
@@ -1001,6 +1014,7 @@
10011014
]
10021015
},
10031016
{
1017+
"attachments": {},
10041018
"cell_type": "markdown",
10051019
"metadata": {
10061020
"id": "tHuPbOUhaaPa"
@@ -1012,6 +1026,7 @@
10121026
]
10131027
},
10141028
{
1029+
"attachments": {},
10151030
"cell_type": "markdown",
10161031
"metadata": {
10171032
"id": "9zB8ncuhTzI9"
@@ -1021,6 +1036,7 @@
10211036
]
10221037
},
10231038
{
1039+
"attachments": {},
10241040
"cell_type": "markdown",
10251041
"metadata": {
10261042
"id": "_WbR0UTuZu6e"
@@ -1070,6 +1086,7 @@
10701086
]
10711087
},
10721088
{
1089+
"attachments": {},
10731090
"cell_type": "markdown",
10741091
"metadata": {
10751092
"id": "FpJ3rnDqT41o"
@@ -1079,6 +1096,7 @@
10791096
]
10801097
},
10811098
{
1099+
"attachments": {},
10821100
"cell_type": "markdown",
10831101
"metadata": {
10841102
"id": "CJ3WYh0JaCq9"
@@ -1158,6 +1176,7 @@
11581176
]
11591177
},
11601178
{
1179+
"attachments": {},
11611180
"cell_type": "markdown",
11621181
"metadata": {
11631182
"id": "bmwDyP79WA2i"
@@ -1203,6 +1222,7 @@
12031222
]
12041223
},
12051224
{
1225+
"attachments": {},
12061226
"cell_type": "markdown",
12071227
"metadata": {
12081228
"id": "Wbe-ZqglQ_2O"
@@ -1216,6 +1236,7 @@
12161236
]
12171237
},
12181238
{
1239+
"attachments": {},
12191240
"cell_type": "markdown",
12201241
"metadata": {
12211242
"id": "YvaTU6pmR1Jw"
@@ -1235,6 +1256,7 @@
12351256
]
12361257
},
12371258
{
1259+
"attachments": {},
12381260
"cell_type": "markdown",
12391261
"metadata": {
12401262
"id": "rhKgPTeITH-a"
@@ -1351,6 +1373,7 @@
13511373
]
13521374
},
13531375
{
1376+
"attachments": {},
13541377
"cell_type": "markdown",
13551378
"metadata": {
13561379
"id": "Z2MqMqx1gECn"
@@ -1360,6 +1383,7 @@
13601383
]
13611384
},
13621385
{
1386+
"attachments": {},
13631387
"cell_type": "markdown",
13641388
"metadata": {
13651389
"id": "mEUIR0RWlTBO"
@@ -1382,6 +1406,7 @@
13821406
]
13831407
},
13841408
{
1409+
"attachments": {},
13851410
"cell_type": "markdown",
13861411
"metadata": {
13871412
"id": "Tsx2PoCRlVX_"
@@ -1391,6 +1416,7 @@
13911416
]
13921417
},
13931418
{
1419+
"attachments": {},
13941420
"cell_type": "markdown",
13951421
"metadata": {
13961422
"id": "NCfIviwOlX1_"
@@ -1413,6 +1439,7 @@
14131439
]
14141440
},
14151441
{
1442+
"attachments": {},
14161443
"cell_type": "markdown",
14171444
"metadata": {
14181445
"id": "VOC3uQjRliYO"
@@ -1422,6 +1449,7 @@
14221449
]
14231450
},
14241451
{
1452+
"attachments": {},
14251453
"cell_type": "markdown",
14261454
"metadata": {
14271455
"id": "oG29oHBulkad"
@@ -1436,6 +1464,7 @@
14361464
]
14371465
},
14381466
{
1467+
"attachments": {},
14391468
"cell_type": "markdown",
14401469
"metadata": {
14411470
"id": "ENmsyzJGl_fZ"
@@ -1445,6 +1474,7 @@
14451474
]
14461475
},
14471476
{
1477+
"attachments": {},
14481478
"cell_type": "markdown",
14491479
"metadata": {
14501480
"id": "1gz8pmdzmBTd"
@@ -1468,6 +1498,7 @@
14681498
]
14691499
},
14701500
{
1501+
"attachments": {},
14711502
"cell_type": "markdown",
14721503
"metadata": {
14731504
"id": "2c8zlCLQmL5Z"
@@ -1477,6 +1508,7 @@
14771508
]
14781509
},
14791510
{
1511+
"attachments": {},
14801512
"cell_type": "markdown",
14811513
"metadata": {
14821514
"id": "g7nNq3znmLuB"
@@ -1520,6 +1552,7 @@
15201552
]
15211553
},
15221554
{
1555+
"attachments": {},
15231556
"cell_type": "markdown",
15241557
"metadata": {
15251558
"id": "fS2r-ouumIB9"
@@ -1529,6 +1562,7 @@
15291562
]
15301563
},
15311564
{
1565+
"attachments": {},
15321566
"cell_type": "markdown",
15331567
"metadata": {
15341568
"id": "TwrYwbnnnMHZ"
@@ -1549,6 +1583,7 @@
15491583
]
15501584
},
15511585
{
1586+
"attachments": {},
15521587
"cell_type": "markdown",
15531588
"metadata": {
15541589
"id": "CmNnjxEZfyWc"

0 commit comments

Comments
 (0)