Skip to content

Commit

Permalink
rerun notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Aug 23, 2024
1 parent 3595b5b commit 5df19a1
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 24 deletions.
44 changes: 28 additions & 16 deletions notebooks/10_scene.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -12,7 +12,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -25,7 +25,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -35,13 +35,22 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 4,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"PyThreeJS Model elements registered.\n",
"PyThreeJS SceneObjects registered.\n",
"TNA Notebook SceneObjects registered.\n"
]
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "c238c41d3c4c40cab23ad94bc43826cb",
"model_id": "b5ce6de7f39549fb838415c3e202a765",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -62,14 +71,17 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 5,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"<Tree with 3 nodes>\n"
"<Tree with 3 nodes>\n",
"└── <TreeNode: ROOT>\n",
" ├── <ThreeBoxObject: Box>\n",
" └── <ThreeMeshObject: Mesh>\n"
]
}
],
Expand All @@ -79,7 +91,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 6,
"metadata": {},
"outputs": [
{
Expand All @@ -88,7 +100,7 @@
"<TreeNode: ROOT>"
]
},
"execution_count": 20,
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -99,7 +111,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 7,
"metadata": {},
"outputs": [
{
Expand All @@ -108,7 +120,7 @@
"[<ThreeBoxObject: Box>, <ThreeMeshObject: Mesh>]"
]
},
"execution_count": 21,
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -119,7 +131,7 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": 8,
"metadata": {},
"outputs": [
{
Expand All @@ -128,7 +140,7 @@
"<ThreeBoxObject: Box>"
]
},
"execution_count": 22,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -139,7 +151,7 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": 9,
"metadata": {},
"outputs": [
{
Expand All @@ -148,7 +160,7 @@
"<TreeNode: ROOT>"
]
},
"execution_count": 23,
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -174,7 +186,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.12.1"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions notebooks/20_geometry.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "b35465690efb4ca0b49f14eed9056963",
"model_id": "1f3944f157e743a6bc086c5e13d6e644",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -99,7 +99,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.12.1"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions notebooks/30_shapes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "6003d61fe7e94edc8bf51749ff8792d2",
"model_id": "de921721a59e469f8275297949811ae8",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -111,7 +111,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.12.1"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions notebooks/60_breps.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "47bf97db5a45479f9a9873245f129932",
"model_id": "b80a99cf294945a8ae72687546d1b54a",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -101,7 +101,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.12.1"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions notebooks/70_graphs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "8d7996e04a9f471b9aa7868801f32ad0",
"model_id": "438feb1fb31d4437aebde1d9374cb673",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -91,7 +91,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.12.1"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 5df19a1

Please sign in to comment.