Skip to content

Commit 3edfc31

Browse files
committed
restart and clear outputs from all notebooks
1 parent 4470742 commit 3edfc31

17 files changed

Lines changed: 256 additions & 440 deletions

notebooks/dcip/DC_SurveyDataInversion.ipynb

Lines changed: 15 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,9 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
66
"metadata": {},
7-
"outputs": [
8-
{
9-
"name": "stderr",
10-
"output_type": "stream",
11-
"text": [
12-
"/Users/syckdog/opt/anaconda3/envs/e350_notebook/lib/python3.9/site-packages/discretize/utils/code_utils.py:247: FutureWarning: ExtractCoreMesh has been deprecated, please use extract_core_mesh. It will be removed in version 1.0.0 of discretize.\n",
13-
" warnings.warn(\n"
14-
]
15-
}
16-
],
7+
"outputs": [],
178
"source": [
189
"import warnings\n",
1910
"warnings.filterwarnings(\"ignore\")\n",
@@ -54,24 +45,9 @@
5445
},
5546
{
5647
"cell_type": "code",
57-
"execution_count": 2,
48+
"execution_count": null,
5849
"metadata": {},
59-
"outputs": [
60-
{
61-
"data": {
62-
"application/vnd.jupyter.widget-view+json": {
63-
"model_id": "04569e8a845b4a32bc77d043b2950dd3",
64-
"version_major": 2,
65-
"version_minor": 0
66-
},
67-
"text/plain": [
68-
"MyApp(children=(ToggleButtons(description='survey', options=('Dipole-Dipole', 'Dipole-Pole', 'Pole-Dipole', 'P…"
69-
]
70-
},
71-
"metadata": {},
72-
"output_type": "display_data"
73-
}
74-
],
50+
"outputs": [],
7551
"source": [
7652
"cylinder_app()"
7753
]
@@ -139,24 +115,9 @@
139115
},
140116
{
141117
"cell_type": "code",
142-
"execution_count": 3,
118+
"execution_count": null,
143119
"metadata": {},
144-
"outputs": [
145-
{
146-
"data": {
147-
"application/vnd.jupyter.widget-view+json": {
148-
"model_id": "d1384e6efce843ca873e1a2f8571cc74",
149-
"version_major": 2,
150-
"version_minor": 0
151-
},
152-
"text/plain": [
153-
"MyApp(children=(FloatSlider(value=-30.0, continuous_update=False, description='A', max=40.0, min=-40.0, step=1…"
154-
]
155-
},
156-
"metadata": {},
157-
"output_type": "display_data"
158-
}
159-
],
120+
"outputs": [],
160121
"source": [
161122
"plot_layer_potentials_app()"
162123
]
@@ -198,24 +159,9 @@
198159
},
199160
{
200161
"cell_type": "code",
201-
"execution_count": 4,
162+
"execution_count": null,
202163
"metadata": {},
203-
"outputs": [
204-
{
205-
"data": {
206-
"application/vnd.jupyter.widget-view+json": {
207-
"model_id": "d645ed44e78b485a93927aa419e818e8",
208-
"version_major": 2,
209-
"version_minor": 0
210-
},
211-
"text/plain": [
212-
"MyApp(children=(IntSlider(value=0, description='i', max=17), Output()), layout=Layout(align_items='stretch', d…"
213-
]
214-
},
215-
"metadata": {},
216-
"output_type": "display_data"
217-
}
218-
],
164+
"outputs": [],
219165
"source": [
220166
"MidpointPseudoSectionWidget()"
221167
]
@@ -242,26 +188,9 @@
242188
},
243189
{
244190
"cell_type": "code",
245-
"execution_count": 5,
246-
"metadata": {
247-
"scrolled": false
248-
},
249-
"outputs": [
250-
{
251-
"data": {
252-
"application/vnd.jupyter.widget-view+json": {
253-
"model_id": "6a25181275ec473a99eb1e64715b50d2",
254-
"version_major": 2,
255-
"version_minor": 0
256-
},
257-
"text/plain": [
258-
"interactive(children=(BoundedFloatText(value=1000.0, description='$\\\\rho_1$', max=1000.0, min=10.0), BoundedFl…"
259-
]
260-
},
261-
"metadata": {},
262-
"output_type": "display_data"
263-
}
264-
],
191+
"execution_count": null,
192+
"metadata": {},
193+
"outputs": [],
265194
"source": [
266195
"DC2DPseudoWidget()"
267196
]
@@ -296,34 +225,12 @@
296225
},
297226
{
298227
"cell_type": "code",
299-
"execution_count": 6,
228+
"execution_count": null,
300229
"metadata": {},
301-
"outputs": [
302-
{
303-
"data": {
304-
"application/vnd.jupyter.widget-view+json": {
305-
"model_id": "79e1c6477a08484db56eb9cd47a1916a",
306-
"version_major": 2,
307-
"version_minor": 0
308-
},
309-
"text/plain": [
310-
"MyApp(children=(BoundedFloatText(value=1000.0, description='$\\\\rho_1$', max=1000.0, min=10.0), BoundedFloatTex…"
311-
]
312-
},
313-
"metadata": {},
314-
"output_type": "display_data"
315-
}
316-
],
230+
"outputs": [],
317231
"source": [
318232
"DC2DfwdWidget()"
319233
]
320-
},
321-
{
322-
"cell_type": "code",
323-
"execution_count": null,
324-
"metadata": {},
325-
"outputs": [],
326-
"source": []
327234
}
328235
],
329236
"metadata": {
@@ -343,7 +250,7 @@
343250
"name": "python",
344251
"nbconvert_exporter": "python",
345252
"pygments_lexer": "ipython3",
346-
"version": "3.9.13"
253+
"version": "3.11.10"
347254
},
348255
"widgets": {
349256
"state": {
@@ -366,5 +273,5 @@
366273
}
367274
},
368275
"nbformat": 4,
369-
"nbformat_minor": 1
276+
"nbformat_minor": 4
370277
}

notebooks/em/EM_EM31.ipynb

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
66
"metadata": {},
77
"outputs": [],
88
"source": [
@@ -65,34 +65,12 @@
6565
},
6666
{
6767
"cell_type": "code",
68-
"execution_count": 5,
68+
"execution_count": null,
6969
"metadata": {},
70-
"outputs": [
71-
{
72-
"data": {
73-
"application/vnd.jupyter.widget-view+json": {
74-
"model_id": "f1ca2def4ff64fd59de24c86ec4ed65f",
75-
"version_major": 2,
76-
"version_minor": 0
77-
},
78-
"text/plain": [
79-
"interactive(children=(FloatSlider(value=0.0, continuous_update=False, description='$h_{boom}$', max=2.0), Floa…"
80-
]
81-
},
82-
"metadata": {},
83-
"output_type": "display_data"
84-
}
85-
],
70+
"outputs": [],
8671
"source": [
8772
"interactive_responseFct()"
8873
]
89-
},
90-
{
91-
"cell_type": "code",
92-
"execution_count": null,
93-
"metadata": {},
94-
"outputs": [],
95-
"source": []
9674
}
9775
],
9876
"metadata": {
@@ -111,9 +89,9 @@
11189
"name": "python",
11290
"nbconvert_exporter": "python",
11391
"pygments_lexer": "ipython3",
114-
"version": "3.9.13"
92+
"version": "3.11.10"
11593
}
11694
},
11795
"nbformat": 4,
118-
"nbformat_minor": 1
96+
"nbformat_minor": 4
11997
}

notebooks/em/EM_Pipeline.ipynb

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"cell_type": "code",
15-
"execution_count": 1,
15+
"execution_count": null,
1616
"metadata": {},
1717
"outputs": [],
1818
"source": [
@@ -40,24 +40,9 @@
4040
},
4141
{
4242
"cell_type": "code",
43-
"execution_count": 2,
43+
"execution_count": null,
4444
"metadata": {},
45-
"outputs": [
46-
{
47-
"data": {
48-
"application/vnd.jupyter.widget-view+json": {
49-
"model_id": "68cc1fc12ef74ae49d4a92a43546aa9d",
50-
"version_major": 2,
51-
"version_minor": 0
52-
},
53-
"text/plain": [
54-
"interactive(children=(FloatSlider(value=1.0, continuous_update=False, description='alpha', max=5.0, min=0.1), …"
55-
]
56-
},
57-
"metadata": {},
58-
"output_type": "display_data"
59-
}
60-
],
45+
"outputs": [],
6146
"source": [
6247
"interact_femPipe()"
6348
]
@@ -87,9 +72,9 @@
8772
"name": "python",
8873
"nbconvert_exporter": "python",
8974
"pygments_lexer": "ipython3",
90-
"version": "3.9.13"
75+
"version": "3.11.10"
9176
}
9277
},
9378
"nbformat": 4,
94-
"nbformat_minor": 1
79+
"nbformat_minor": 4
9580
}

notebooks/em/FDEM_ThreeLoopModel.ipynb

Lines changed: 9 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"cell_type": "code",
19-
"execution_count": 1,
19+
"execution_count": null,
2020
"metadata": {},
2121
"outputs": [],
2222
"source": [
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"cell_type": "code",
29-
"execution_count": 2,
29+
"execution_count": null,
3030
"metadata": {},
3131
"outputs": [],
3232
"source": [
@@ -96,26 +96,9 @@
9696
},
9797
{
9898
"cell_type": "code",
99-
"execution_count": 3,
100-
"metadata": {
101-
"scrolled": false
102-
},
103-
"outputs": [
104-
{
105-
"data": {
106-
"application/vnd.jupyter.widget-view+json": {
107-
"model_id": "59af7bd2dec5483cae61921373c06ad2",
108-
"version_major": 2,
109-
"version_minor": 0
110-
},
111-
"text/plain": [
112-
"interactive(children=(FloatSlider(value=0.1, continuous_update=False, description='L', max=0.2, step=0.01), Fl…"
113-
]
114-
},
115-
"metadata": {},
116-
"output_type": "display_data"
117-
}
118-
],
99+
"execution_count": null,
100+
"metadata": {},
101+
"outputs": [],
119102
"source": [
120103
"interactfem3loop()"
121104
]
@@ -141,24 +124,9 @@
141124
},
142125
{
143126
"cell_type": "code",
144-
"execution_count": 4,
127+
"execution_count": null,
145128
"metadata": {},
146-
"outputs": [
147-
{
148-
"data": {
149-
"application/vnd.jupyter.widget-view+json": {
150-
"model_id": "99406a167edc48f5bb3dd000a838632b",
151-
"version_major": 2,
152-
"version_minor": 0
153-
},
154-
"text/plain": [
155-
"interactive(children=(FloatSlider(value=1.0, continuous_update=False, description='alpha', max=5.0, min=0.1), …"
156-
]
157-
},
158-
"metadata": {},
159-
"output_type": "display_data"
160-
}
161-
],
129+
"outputs": [],
162130
"source": [
163131
"interact_femPipe()"
164132
]
@@ -188,9 +156,9 @@
188156
"name": "python",
189157
"nbconvert_exporter": "python",
190158
"pygments_lexer": "ipython3",
191-
"version": "3.9.13"
159+
"version": "3.11.10"
192160
}
193161
},
194162
"nbformat": 4,
195-
"nbformat_minor": 1
163+
"nbformat_minor": 4
196164
}

0 commit comments

Comments
 (0)