Skip to content

Commit 6103b1b

Browse files
authored
Merge pull request #88 from CSSFrancis/add_output
Documentation: Ran notebooks with output
2 parents b1e180f + 6f9864e commit 6103b1b

15 files changed

+4037
-1809
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
repos:
2+
- repo: https://github.com/srstevenson/nb-clean
3+
rev: 3.1.0
4+
hooks:
5+
- id: nb-clean
6+
args:
7+
- --remove-empty-cells
8+
- --preserve-cell-metadata
9+
- tags
10+
- slideshow
11+
- --preserve-cell-outputs

00 Importing large mib datasets.ipynb

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

01 GaAs Nanowire - Data Inspection - Preprocessing - Unsupervised Machine Learning.ipynb

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

02 GaAs Nanowire - Phase Mapping - Orientation Mapping.ipynb

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

03 Reference Standards - Dimension Calibrations - Rotation Calibrations.ipynb

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

04 Simulate Data - Phase Mapping - Orientation Mapping.ipynb

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
"source": [
77
"### This tutorial has been deleted in version 0.13 of the demos, the different routes to obtain phase and orientation maps from scanning electron diffraction data can be found in demo 02 and in Demo 11"
88
]
9-
},
10-
{
11-
"cell_type": "code",
12-
"execution_count": null,
13-
"metadata": {},
14-
"outputs": [],
15-
"source": []
169
}
1710
],
1811
"metadata": {
@@ -31,8 +24,7 @@
3124
"mimetype": "text/x-python",
3225
"name": "python",
3326
"nbconvert_exporter": "python",
34-
"pygments_lexer": "ipython3",
35-
"version": "3.10.10"
27+
"pygments_lexer": "ipython3"
3628
}
3729
},
3830
"nbformat": 4,

05 Simulate Data - Strain Mapping.ipynb

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

0 commit comments

Comments
 (0)