Skip to content

Commit 0a766f0

Browse files
committed
Update nb outputs
1 parent a74edbd commit 0a766f0

File tree

6 files changed

+73
-69
lines changed

6 files changed

+73
-69
lines changed

AnisotropicNetworks/NematicTensor.ipynb

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

Introduction-to-StructuralGT/0-File-layouts.ipynb

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
{
2626
"cell_type": "code",
27-
"execution_count": 3,
27+
"execution_count": 2,
2828
"metadata": {},
2929
"outputs": [],
3030
"source": [
@@ -48,18 +48,9 @@
4848
},
4949
{
5050
"cell_type": "code",
51-
"execution_count": 4,
51+
"execution_count": 7,
5252
"metadata": {},
53-
"outputs": [
54-
{
55-
"name": "stderr",
56-
"output_type": "stream",
57-
"text": [
58-
"/Users/alaink/miniconda3/envs/SGTE-dev/lib/python3.10/site-packages/StructuralGT-0.0.1-py3.10-macosx-11.0-arm64.egg/StructuralGT/networks.py:71: UserWarning: You have specified a 2D network but there are several suitable images in the given directory. By default, StructuralGT will take the first image. To override, specify the prefix argument.\n",
59-
" warnings.warn(\"You have specified a 2D network but there are several suitable images in the given directory. By default, StructuralGT will take the first image. To override, specify the prefix argument.\")\n"
60-
]
61-
}
62-
],
53+
"outputs": [],
6354
"source": [
6455
"Nanowires = Network('Nanowires_all')"
6556
]
@@ -100,7 +91,7 @@
10091
},
10192
{
10293
"cell_type": "code",
103-
"execution_count": 6,
94+
"execution_count": 8,
10495
"metadata": {},
10596
"outputs": [],
10697
"source": [
@@ -127,23 +118,18 @@
127118
},
128119
{
129120
"cell_type": "code",
130-
"execution_count": null,
121+
"execution_count": 9,
131122
"metadata": {},
132123
"outputs": [],
133124
"source": [
134125
"#TODO\n",
135126
"#Nanofibres = Network()"
136127
]
137-
},
138-
{
139-
"cell_type": "markdown",
140-
"metadata": {},
141-
"source": []
142128
}
143129
],
144130
"metadata": {
145131
"kernelspec": {
146-
"display_name": "SGTE-dev",
132+
"display_name": "SGT",
147133
"language": "python",
148134
"name": "python3"
149135
},
@@ -157,9 +143,9 @@
157143
"name": "python",
158144
"nbconvert_exporter": "python",
159145
"pygments_lexer": "ipython3",
160-
"version": "3.10.13"
146+
"version": "3.13.5"
161147
}
162148
},
163149
"nbformat": 4,
164-
"nbformat_minor": 2
150+
"nbformat_minor": 4
165151
}

Introduction-to-StructuralGT/1-Image-processing.ipynb

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"cell_type": "code",
16-
"execution_count": 1,
16+
"execution_count": 5,
1717
"metadata": {},
1818
"outputs": [],
1919
"source": [
@@ -30,24 +30,9 @@
3030
},
3131
{
3232
"cell_type": "code",
33-
"execution_count": 2,
33+
"execution_count": null,
3434
"metadata": {},
35-
"outputs": [
36-
{
37-
"data": {
38-
"application/vnd.jupyter.widget-view+json": {
39-
"model_id": "9558f4f7da63426f8d06bfb830f874fa",
40-
"version_major": 2,
41-
"version_minor": 0
42-
},
43-
"text/plain": [
44-
"interactive(children=(Dropdown(description='Threshold', layout=Layout(display='flex', flex_flow='row', justify…"
45-
]
46-
},
47-
"metadata": {},
48-
"output_type": "display_data"
49-
}
50-
],
35+
"outputs": [],
5136
"source": [
5237
"from StructuralGT import Binarizer\n",
5338
"\n",
@@ -69,7 +54,7 @@
6954
},
7055
{
7156
"cell_type": "code",
72-
"execution_count": 3,
57+
"execution_count": 7,
7358
"metadata": {},
7459
"outputs": [],
7560
"source": [
@@ -93,7 +78,7 @@
9378
},
9479
{
9580
"cell_type": "code",
96-
"execution_count": 12,
81+
"execution_count": 8,
9782
"metadata": {},
9883
"outputs": [],
9984
"source": [
@@ -133,7 +118,7 @@
133118
],
134119
"metadata": {
135120
"kernelspec": {
136-
"display_name": "SGTE-dev",
121+
"display_name": "SGT-dev",
137122
"language": "python",
138123
"name": "python3"
139124
},
@@ -147,9 +132,9 @@
147132
"name": "python",
148133
"nbconvert_exporter": "python",
149134
"pygments_lexer": "ipython3",
150-
"version": "3.10.13"
135+
"version": "3.13.3"
151136
}
152137
},
153138
"nbformat": 4,
154-
"nbformat_minor": 2
139+
"nbformat_minor": 4
155140
}

Introduction-to-StructuralGT/2-Graph-extraction.ipynb

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

Introduction-to-StructuralGT/3-Graph-calculations.ipynb

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"id": "d6f1f7e9-67af-4495-a9c9-f9335498cdf7",
7+
"metadata": {},
8+
"outputs": [],
9+
"source": []
10+
}
11+
],
12+
"metadata": {
13+
"kernelspec": {
14+
"display_name": "Python 3 (ipykernel)",
15+
"language": "python",
16+
"name": "python3"
17+
},
18+
"language_info": {
19+
"codemirror_mode": {
20+
"name": "ipython",
21+
"version": 3
22+
},
23+
"file_extension": ".py",
24+
"mimetype": "text/x-python",
25+
"name": "python",
26+
"nbconvert_exporter": "python",
27+
"pygments_lexer": "ipython3",
28+
"version": "3.13.1"
29+
}
30+
},
31+
"nbformat": 4,
32+
"nbformat_minor": 5
33+
}

0 commit comments

Comments
 (0)