Skip to content

Commit

Permalink
revert unmodified notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpearse committed Dec 6, 2023
1 parent 502b25b commit e7d4d61
Show file tree
Hide file tree
Showing 7 changed files with 294 additions and 128 deletions.
201 changes: 164 additions & 37 deletions notebooks/animation_example.ipynb

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions notebooks/annotation_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -529,11 +529,6 @@
"main_language": "python",
"notebook_metadata_filter": "-all"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
Expand All @@ -544,7 +539,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
"version": "3.9.16"
}
},
"nbformat": 4,
Expand Down
25 changes: 9 additions & 16 deletions notebooks/cloudfield_visualizer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,17 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 3,
"id": "d78190d9-d512-4943-a483-a0b1e743d2f5",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"Warning: sysroot \"/Applications/Xcode_12.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk\" not found (ignoring for now)."
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Vapor 3.9.0\n",
"Python 3.9.18 (/Users/pearse/miniconda3/envs/3.9.1)\n",
"OpenGL 4.1 Metal - 83.1\n"
"Vapor 3.8.3\n",
"Python 3.9.16 (/home/phil/mini39/envs/vapor)\n",
"OpenGL 4.6.0 NVIDIA 470.182.03\n"
]
}
],
Expand All @@ -65,24 +58,24 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 4,
"id": "5bf95bdf-20e2-4f77-b7d0-0448afd3c660",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"/Users/pearse/vapor-python-cookbook/notebooks/bomex_qv_qn.nc\n"
"/home/phil/repos/vapor-python-cookbook/notebooks/bomex_qv_qn.nc\n"
]
},
{
"data": {
"text/plain": [
"False"
"True"
]
},
"execution_count": 2,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -753,7 +746,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
"version": "3.9.16"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions notebooks/dataset_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"notebook_metadata_filter": "-all"
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -240,7 +240,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
"version": "3.9.16"
},
"vscode": {
"interpreter": {
Expand Down
Binary file modified notebooks/test.mp4
Binary file not shown.
105 changes: 72 additions & 33 deletions notebooks/transfer_function_example.ipynb

Large diffs are not rendered by default.

80 changes: 46 additions & 34 deletions notebooks/visualizer_widget_example.ipynb

Large diffs are not rendered by default.

0 comments on commit e7d4d61

Please sign in to comment.