Skip to content

Commit

Permalink
Rerunning notebooks on 3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ifranda committed Aug 23, 2024
1 parent 0d55916 commit ffbc386
Show file tree
Hide file tree
Showing 12 changed files with 242 additions and 391 deletions.
185 changes: 7 additions & 178 deletions notebooks/animation_example.ipynb

Large diffs are not rendered by default.

57 changes: 32 additions & 25 deletions notebooks/annotation_example.ipynb

Large diffs are not rendered by default.

29 changes: 15 additions & 14 deletions notebooks/camera_example.ipynb

Large diffs are not rendered by default.

82 changes: 33 additions & 49 deletions notebooks/dataset_example.ipynb

Large diffs are not rendered by default.

35 changes: 17 additions & 18 deletions notebooks/flow_example.ipynb

Large diffs are not rendered by default.

21 changes: 17 additions & 4 deletions notebooks/keyframing_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"output_type": "stream",
"text": [
"Vapor 3.9.3\n",
"Python 3.9.19 (/opt/anaconda3/envs/vapor_python)\n",
"Python 3.9.19 (/opt/anaconda3/envs/vapor)\n",
"OpenGL 4.1 Metal - 83.1\n"
]
}
Expand All @@ -64,7 +64,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Data file already exists at ./data/wrfout_d02_2005-08-29_02.nc, skipping download and extraction.\n"
"Data downloaded and extracted to ./data/wrfout_d02_2005-08-29_02.nc\n"
]
}
],
Expand Down Expand Up @@ -246,7 +246,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 7,
"metadata": {},
"outputs": [
{
Expand All @@ -257,7 +257,20 @@
"Dataset: 'wrfout_d02_2005-08-29_02.nc'\n",
"Dataset: 'wrfout_d02_2005-08-29_02.nc'\n",
"Dataset: 'wrfout_d02_2005-08-29_02.nc'\n",
"Dataset: 'wrfout_d02_2005-08-29_02.nc'\n",
"Dataset: 'wrfout_d02_2005-08-29_02.nc'\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"UNSUPPORTED (log once): POSSIBLE ISSUE: unit 5 GLD_TEXTURE_INDEX_3D is unloadable and bound to sampler type (Float) - using zero texture because texture unloadable\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Rendering Animation [########################################] 100%\r"
]
},
Expand Down
21 changes: 10 additions & 11 deletions notebooks/numpy_example.ipynb

Large diffs are not rendered by default.

84 changes: 54 additions & 30 deletions notebooks/quickstart.ipynb

Large diffs are not rendered by default.

Binary file modified notebooks/test.mp4
Binary file not shown.
105 changes: 50 additions & 55 deletions notebooks/transfer_function_example.ipynb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions notebooks/visualizer_widget_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Vapor 3.9.2\n",
"Python 3.9.19 (/opt/anaconda3/envs/vapor-cookbook-dev)\n",
"Vapor 3.9.3\n",
"Python 3.9.19 (/opt/anaconda3/envs/vapor)\n",
"OpenGL 4.1 Metal - 83.1\n"
]
}
Expand Down Expand Up @@ -144,7 +144,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "75d3cdfde1274099a2ba30fb14a33f51",
"model_id": "0805dc90a52041f9bfc8fe10ec67e3a5",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -192,7 +192,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "bc564a85350e42ce9942a7e17a10a166",
"model_id": "d2896699effa4680a773e37ae4930c6a",
"version_major": 2,
"version_minor": 0
},
Expand Down
6 changes: 3 additions & 3 deletions notebooks/workflow_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Vapor 3.9.2\n",
"Python 3.9.19 (/opt/anaconda3/envs/vapor-cookbook-dev)\n",
"Vapor 3.9.3\n",
"Python 3.9.19 (/opt/anaconda3/envs/vapor)\n",
"OpenGL 4.1 Metal - 83.1\n"
]
}
],
"source": [
"import example_utils\n",
"from vapor import session, renderer, dataset, camera, utils"
"from vapor import session, renderer, dataset, camera"
]
},
{
Expand Down

0 comments on commit ffbc386

Please sign in to comment.