File tree Expand file tree Collapse file tree 5 files changed +6
-546
lines changed Expand file tree Collapse file tree 5 files changed +6
-546
lines changed Original file line number Diff line number Diff line change 1
1
* .bak # for spell checking
2
2
3
3
.ipynb_checkpoints /
4
+ .virtual_documents /
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
# $ ./run_nbval.sh
6
6
7
7
# List notebooks that nbval should run
8
- declare -a NOTEBOOKS=(\
9
- " 00 Importing large mib datasets.ipynb" \
10
- " 01 GaAs Nanowire - Data Inspection - Preprocessing - Unsupervised Machine Learning.ipynb" \
11
- " 02 GaAs Nanowire - Phase Mapping - Orientation Mapping.ipynb" \
12
- " 03 Reference Standards - Dimension Calibrations - Rotation Calibrations.ipynb" \
13
- " 04 Simulate Data - Phase Mapping - Orientation Mapping.ipynb" \
14
- " 05 Simulate Data - Strain Mapping.ipynb" \
15
- " 06 Nanocrystal segmentation in SPED data - Demonstration on partly overlapping MgO cubes.ipynb" \
16
- " 07 Azimuthal Integration Using pyFAI Detector.ipynb" \
17
- " 08 Pair Distribution Function Analysis.ipynb" \
18
- " 09 Angular Correlations of Amorphous Materials.ipynb" \
19
- " 10 STEM DPC Analysis of Magnetic Sample.ipynb" \
20
- " 11 Accelerated orientation mapping with template matching.ipynb" \
21
- " 12 MolecularGlassOrientationMapping.ipynb" \
22
- )
8
+ NOTEBOOKS=(* .ipynb)
9
+ echo " List of Notebooks:"
10
+ for nb in " ${NOTEBOOKS[@]} " ; do
11
+ echo $nb
12
+ done
23
13
24
14
# clean notebooks to remove outputs
25
15
nb-clean clean " ${NOTEBOOKS[@]} "
You can’t perform that action at this time.
0 commit comments