Skip to content

Commit 83856ca

Browse files
Merge pull request #272 from K3D-tools/devel
2.9.5
2 parents 411a5ff + 73ff2c0 commit 83856ca

85 files changed

Lines changed: 3975 additions & 3969 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/Camera_interactive_demo.ipynb

Lines changed: 9 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"cell_type": "code",
15-
"execution_count": 9,
15+
"execution_count": null,
1616
"metadata": {},
1717
"outputs": [],
1818
"source": [
@@ -24,7 +24,7 @@
2424
},
2525
{
2626
"cell_type": "code",
27-
"execution_count": 10,
27+
"execution_count": null,
2828
"metadata": {},
2929
"outputs": [],
3030
"source": [
@@ -51,31 +51,16 @@
5151
},
5252
{
5353
"cell_type": "code",
54-
"execution_count": 11,
54+
"execution_count": null,
5555
"metadata": {},
56-
"outputs": [
57-
{
58-
"data": {
59-
"application/vnd.jupyter.widget-view+json": {
60-
"model_id": "f93c520c578041ebbaa84841a9ac80f0",
61-
"version_major": 2,
62-
"version_minor": 0
63-
},
64-
"text/plain": [
65-
"Plot(antialias=3, axes=['x', 'y', 'z'], axes_helper=1.0, background_color=16777215, camera=[2, -3, 0.2, 0.0, 0…"
66-
]
67-
},
68-
"metadata": {},
69-
"output_type": "display_data"
70-
}
71-
],
56+
"outputs": [],
7257
"source": [
7358
"plot"
7459
]
7560
},
7661
{
7762
"cell_type": "code",
78-
"execution_count": 12,
63+
"execution_count": null,
7964
"metadata": {},
8065
"outputs": [],
8166
"source": [
@@ -84,24 +69,9 @@
8469
},
8570
{
8671
"cell_type": "code",
87-
"execution_count": 13,
72+
"execution_count": null,
8873
"metadata": {},
89-
"outputs": [
90-
{
91-
"data": {
92-
"application/vnd.jupyter.widget-view+json": {
93-
"model_id": "acf00ab3dd0c4b1188742588b74505d3",
94-
"version_major": 2,
95-
"version_minor": 0
96-
},
97-
"text/plain": [
98-
"interactive(children=(IntSlider(value=80, description='ith', max=99), Output()), _dom_classes=('widget-interac…"
99-
]
100-
},
101-
"metadata": {},
102-
"output_type": "display_data"
103-
}
104-
],
74+
"outputs": [],
10575
"source": [
10676
"@interact(ith=IntSlider(value=80,min=0,max=N-1))\n",
10777
"def g(ith):\n",
@@ -122,7 +92,7 @@
12292
},
12393
{
12494
"cell_type": "code",
125-
"execution_count": 15,
95+
"execution_count": null,
12696
"metadata": {},
12797
"outputs": [],
12898
"source": [
@@ -153,7 +123,7 @@
153123
"name": "python",
154124
"nbconvert_exporter": "python",
155125
"pygments_lexer": "ipython3",
156-
"version": "3.7.8"
126+
"version": "3.8.5"
157127
},
158128
"widgets": {
159129
"application/vnd.jupyter.widget-state+json": {

examples/Menger_sponge_clipping_planes.ipynb

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,9 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 3,
5+
"execution_count": null,
66
"metadata": {},
7-
"outputs": [
8-
{
9-
"data": {
10-
"application/vnd.jupyter.widget-view+json": {
11-
"model_id": "1647c18332004e74b901a10daccb2c09",
12-
"version_major": 2,
13-
"version_minor": 0
14-
},
15-
"text/plain": [
16-
"Output()"
17-
]
18-
},
19-
"metadata": {},
20-
"output_type": "display_data"
21-
}
22-
],
7+
"outputs": [],
238
"source": [
249
"import k3d\n",
2510
"import numpy as np\n",
@@ -128,7 +113,7 @@
128113
"name": "python",
129114
"nbconvert_exporter": "python",
130115
"pygments_lexer": "ipython3",
131-
"version": "3.7.3"
116+
"version": "3.8.5"
132117
},
133118
"nbTranslate": {
134119
"displayLangs": [

examples/Sine_Gordon.ipynb

Lines changed: 13 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
{
3434
"cell_type": "code",
35-
"execution_count": 1,
35+
"execution_count": null,
3636
"metadata": {},
3737
"outputs": [],
3838
"source": [
@@ -42,7 +42,7 @@
4242
},
4343
{
4444
"cell_type": "code",
45-
"execution_count": 2,
45+
"execution_count": null,
4646
"metadata": {},
4747
"outputs": [],
4848
"source": [
@@ -52,7 +52,7 @@
5252
},
5353
{
5454
"cell_type": "code",
55-
"execution_count": 3,
55+
"execution_count": null,
5656
"metadata": {},
5757
"outputs": [],
5858
"source": [
@@ -73,18 +73,9 @@
7373
},
7474
{
7575
"cell_type": "code",
76-
"execution_count": 4,
76+
"execution_count": null,
7777
"metadata": {},
78-
"outputs": [
79-
{
80-
"name": "stdout",
81-
"output_type": "stream",
82-
"text": [
83-
"CPU times: user 982 ms, sys: 197 ms, total: 1.18 s\n",
84-
"Wall time: 315 ms\n"
85-
]
86-
}
87-
],
78+
"outputs": [],
8879
"source": [
8980
"def lhs(y_,t):\n",
9081
" y = y_.copy()\n",
@@ -101,24 +92,9 @@
10192
},
10293
{
10394
"cell_type": "code",
104-
"execution_count": 5,
95+
"execution_count": null,
10596
"metadata": {},
106-
"outputs": [
107-
{
108-
"data": {
109-
"application/vnd.jupyter.widget-view+json": {
110-
"model_id": "ab5b9e228e0e42a38ef522ad8b5bd7fc",
111-
"version_major": 2,
112-
"version_minor": 0
113-
},
114-
"text/plain": [
115-
"Output()"
116-
]
117-
},
118-
"metadata": {},
119-
"output_type": "display_data"
120-
}
121-
],
97+
"outputs": [],
12298
"source": [
12399
"import k3d\n",
124100
"import numpy as np\n",
@@ -143,7 +119,7 @@
143119
},
144120
{
145121
"cell_type": "code",
146-
"execution_count": 6,
122+
"execution_count": null,
147123
"metadata": {},
148124
"outputs": [],
149125
"source": [
@@ -153,18 +129,9 @@
153129
},
154130
{
155131
"cell_type": "code",
156-
"execution_count": 13,
132+
"execution_count": null,
157133
"metadata": {},
158-
"outputs": [
159-
{
160-
"name": "stdout",
161-
"output_type": "stream",
162-
"text": [
163-
"CPU times: user 137 ms, sys: 15.1 ms, total: 152 ms\n",
164-
"Wall time: 2.73 s\n"
165-
]
166-
}
167-
],
134+
"outputs": [],
168135
"source": [
169136
"%%time \n",
170137
"import time\n",
@@ -177,24 +144,9 @@
177144
},
178145
{
179146
"cell_type": "code",
180-
"execution_count": 11,
147+
"execution_count": null,
181148
"metadata": {},
182-
"outputs": [
183-
{
184-
"data": {
185-
"application/vnd.jupyter.widget-view+json": {
186-
"model_id": "5104a59924924abfb7903b69750c08d1",
187-
"version_major": 2,
188-
"version_minor": 0
189-
},
190-
"text/plain": [
191-
"interactive(children=(IntSlider(value=0, description='ith', max=49), Output()), _dom_classes=('widget-interact…"
192-
]
193-
},
194-
"metadata": {},
195-
"output_type": "display_data"
196-
}
197-
],
149+
"outputs": [],
198150
"source": [
199151
"from ipywidgets import widgets,interact\n",
200152
"\n",
@@ -228,7 +180,7 @@
228180
"name": "python",
229181
"nbconvert_exporter": "python",
230182
"pygments_lexer": "ipython3",
231-
"version": "3.7.8"
183+
"version": "3.8.5"
232184
},
233185
"nbTranslate": {
234186
"displayLangs": [

0 commit comments

Comments
 (0)