Skip to content

Commit 78bf3d9

Browse files
committed
💄
1 parent ce87081 commit 78bf3d9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/cfd/demo.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
{
2929
"cell_type": "code",
30-
"execution_count": null,
30+
"execution_count": 1,
3131
"metadata": {},
3232
"outputs": [
3333
{
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
"cell_type": "code",
57-
"execution_count": null,
57+
"execution_count": 2,
5858
"metadata": {},
5959
"outputs": [
6060
{
@@ -175,8 +175,8 @@
175175
"output_type": "stream",
176176
"text": [
177177
"\u001b[?25l \u001b[1;2m[\u001b[0m\u001b[34mi\u001b[0m\u001b[1;2m]\u001b[0m Building image \u001b[33m...\u001b[0m\n",
178-
"\u001b[2K\u001b[37m\u001b[0m \u001b[37mProcessing\u001b[0m\n",
179-
"\u001b[1A\u001b[2K \u001b[1;2m[\u001b[0m\u001b[34mi\u001b[0m\u001b[1;2m]\u001b[0m Built image sh\u001b[1;92ma256:a107\u001b[0m35560f3a, \u001b[1m[\u001b[0m\u001b[32m'jax-cfd:latest'\u001b[0m\u001b[1m]\u001b[0m\n"
178+
"\u001b[2K\u001b[37m\u001b[0m \u001b[37mProcessing\u001b[0m\n",
179+
"\u001b[1A\u001b[2K \u001b[1;2m[\u001b[0m\u001b[34mi\u001b[0m\u001b[1;2m]\u001b[0m Built image sh\u001b[1;92ma256:7632\u001b[0mfcec515b, \u001b[1m[\u001b[0m\u001b[32m'jax-cfd:latest'\u001b[0m\u001b[1m]\u001b[0m\n"
180180
]
181181
},
182182
{
@@ -477,7 +477,7 @@
477477
"name": "stderr",
478478
"output_type": "stream",
479479
"text": [
480-
" 27%|██▋ | 109/400 [01:51<04:56, 1.02s/it, loss=0.0006]"
480+
" 27%|██▋ | 109/400 [01:56<05:11, 1.07s/it, loss=0.0006]"
481481
]
482482
},
483483
{
@@ -595,7 +595,7 @@
595595
"plt.close(fig)\n",
596596
"\n",
597597
"ani.save(\"/tmp/vorticity.gif\", writer=\"pillow\", fps=10)\n",
598-
"Image(filename=\"/tmp/vorticity.gif\")"
598+
"Image(filename=\"/tmp/vorticity.gif\", embed=True)"
599599
]
600600
},
601601
{

0 commit comments

Comments
 (0)