Skip to content

Commit 81b46a8

Browse files
committed
Save notebook with jupyter lab to fix issue with new notebook format in the "classic" notebook. See jupyter/nbformat#161 (comment)
1 parent 8a92fcf commit 81b46a8

20 files changed

+65
-86
lines changed

02 HyperSpy basics/02 Getting_Started.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@
12281228
"name": "python",
12291229
"nbconvert_exporter": "python",
12301230
"pygments_lexer": "ipython3",
1231-
"version": "3.7.3"
1231+
"version": "3.7.6"
12321232
}
12331233
},
12341234
"nbformat": 4,

02 HyperSpy basics/02 Getting_Started_completed.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@
12691269
"name": "python",
12701270
"nbconvert_exporter": "python",
12711271
"pygments_lexer": "ipython3",
1272-
"version": "3.7.3"
1272+
"version": "3.7.6"
12731273
}
12741274
},
12751275
"nbformat": 4,

03 Curve fitting/03 Fitting_tutorial.ipynb

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5701,9 +5701,7 @@
57015701
{
57025702
"cell_type": "code",
57035703
"execution_count": 32,
5704-
"metadata": {
5705-
"scrolled": false
5706-
},
5704+
"metadata": {},
57075705
"outputs": [
57085706
{
57095707
"data": {
@@ -13243,7 +13241,10 @@
1324313241
"cell_type": "code",
1324413242
"execution_count": null,
1324513243
"metadata": {
13246-
"collapsed": true
13244+
"collapsed": true,
13245+
"jupyter": {
13246+
"outputs_hidden": true
13247+
}
1324713248
},
1324813249
"outputs": [],
1324913250
"source": [
@@ -13327,7 +13328,10 @@
1332713328
"cell_type": "code",
1332813329
"execution_count": 7,
1332913330
"metadata": {
13330-
"collapsed": true
13331+
"collapsed": true,
13332+
"jupyter": {
13333+
"outputs_hidden": true
13334+
}
1333113335
},
1333213336
"outputs": [],
1333313337
"source": [
@@ -13383,7 +13387,7 @@
1338313387
"name": "python",
1338413388
"nbconvert_exporter": "python",
1338513389
"pygments_lexer": "ipython3",
13386-
"version": "3.7.0"
13390+
"version": "3.7.6"
1338713391
},
1338813392
"widgets": {
1338913393
"application/vnd.jupyter.widget-state+json": {
@@ -17440,5 +17444,5 @@
1744017444
}
1744117445
},
1744217446
"nbformat": 4,
17443-
"nbformat_minor": 1
17447+
"nbformat_minor": 4
1744417448
}

03 Curve fitting/03 Fitting_tutorial_completed.ipynb

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5743,9 +5743,7 @@
57435743
{
57445744
"cell_type": "code",
57455745
"execution_count": 32,
5746-
"metadata": {
5747-
"scrolled": false
5748-
},
5746+
"metadata": {},
57495747
"outputs": [
57505748
{
57515749
"data": {
@@ -13288,7 +13286,10 @@
1328813286
"cell_type": "code",
1328913287
"execution_count": null,
1329013288
"metadata": {
13291-
"collapsed": true
13289+
"collapsed": true,
13290+
"jupyter": {
13291+
"outputs_hidden": true
13292+
}
1329213293
},
1329313294
"outputs": [],
1329413295
"source": [
@@ -13372,7 +13373,10 @@
1337213373
"cell_type": "code",
1337313374
"execution_count": 7,
1337413375
"metadata": {
13375-
"collapsed": true
13376+
"collapsed": true,
13377+
"jupyter": {
13378+
"outputs_hidden": true
13379+
}
1337613380
},
1337713381
"outputs": [],
1337813382
"source": [
@@ -13428,7 +13432,7 @@
1342813432
"name": "python",
1342913433
"nbconvert_exporter": "python",
1343013434
"pygments_lexer": "ipython3",
13431-
"version": "3.7.0"
13435+
"version": "3.7.6"
1343213436
},
1343313437
"widgets": {
1343413438
"application/vnd.jupyter.widget-state+json": {
@@ -17485,5 +17489,5 @@
1748517489
}
1748617490
},
1748717491
"nbformat": 4,
17488-
"nbformat_minor": 1
17492+
"nbformat_minor": 4
1748917493
}

04 EELS/04 EELS_analysis.ipynb

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -823,9 +823,7 @@
823823
{
824824
"cell_type": "code",
825825
"execution_count": null,
826-
"metadata": {
827-
"scrolled": false
828-
},
826+
"metadata": {},
829827
"outputs": [],
830828
"source": []
831829
},
@@ -1092,9 +1090,7 @@
10921090
{
10931091
"cell_type": "code",
10941092
"execution_count": null,
1095-
"metadata": {
1096-
"scrolled": false
1097-
},
1093+
"metadata": {},
10981094
"outputs": [],
10991095
"source": []
11001096
},
@@ -1308,7 +1304,7 @@
13081304
"name": "python",
13091305
"nbconvert_exporter": "python",
13101306
"pygments_lexer": "ipython3",
1311-
"version": "3.7.4"
1307+
"version": "3.7.6"
13121308
},
13131309
"widgets": {
13141310
"application/vnd.jupyter.widget-state+json": {

04 EELS/04 EELS_analysis_complete.ipynb

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -902,9 +902,7 @@
902902
{
903903
"cell_type": "code",
904904
"execution_count": null,
905-
"metadata": {
906-
"scrolled": false
907-
},
905+
"metadata": {},
908906
"outputs": [],
909907
"source": [
910908
"s.remove_background()"
@@ -1207,9 +1205,7 @@
12071205
{
12081206
"cell_type": "code",
12091207
"execution_count": null,
1210-
"metadata": {
1211-
"scrolled": false
1212-
},
1208+
"metadata": {},
12131209
"outputs": [],
12141210
"source": [
12151211
"m.plot()"
@@ -1466,7 +1462,7 @@
14661462
"name": "python",
14671463
"nbconvert_exporter": "python",
14681464
"pygments_lexer": "ipython3",
1469-
"version": "3.7.4"
1465+
"version": "3.7.6"
14701466
},
14711467
"widgets": {
14721468
"application/vnd.jupyter.widget-state+json": {

06 Machine learning/06_machine_learning_in_EM.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28785,9 +28785,7 @@
2878528785
{
2878628786
"cell_type": "code",
2878728787
"execution_count": 40,
28788-
"metadata": {
28789-
"scrolled": false
28790-
},
28788+
"metadata": {},
2879128789
"outputs": [
2879228790
{
2879328791
"data": {
@@ -33757,7 +33755,7 @@
3375733755
"name": "python",
3375833756
"nbconvert_exporter": "python",
3375933757
"pygments_lexer": "ipython3",
33760-
"version": "3.7.0"
33758+
"version": "3.7.6"
3376133759
},
3376233760
"widgets": {
3376333761
"application/vnd.jupyter.widget-state+json": {
@@ -36280,5 +36278,5 @@
3628036278
}
3628136279
},
3628236280
"nbformat": 4,
36283-
"nbformat_minor": 1
36281+
"nbformat_minor": 4
3628436282
}

06 Machine learning/06_machine_learning_in_EM_completed.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28832,9 +28832,7 @@
2883228832
{
2883328833
"cell_type": "code",
2883428834
"execution_count": 40,
28835-
"metadata": {
28836-
"scrolled": false
28837-
},
28835+
"metadata": {},
2883828836
"outputs": [
2883928837
{
2884028838
"data": {
@@ -33817,7 +33815,7 @@
3381733815
"name": "python",
3381833816
"nbconvert_exporter": "python",
3381933817
"pygments_lexer": "ipython3",
33820-
"version": "3.7.0"
33818+
"version": "3.7.6"
3382133819
},
3382233820
"widgets": {
3382333821
"application/vnd.jupyter.widget-state+json": {
@@ -36340,5 +36338,5 @@
3634036338
}
3634136339
},
3634236340
"nbformat": 4,
36343-
"nbformat_minor": 1
36341+
"nbformat_minor": 4
3634436342
}

07 EDS/07 TEM_EDS_nanoparticles.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@
915915
"name": "python",
916916
"nbconvert_exporter": "python",
917917
"pygments_lexer": "ipython3",
918-
"version": "3.7.0"
918+
"version": "3.7.6"
919919
},
920920
"widgets": {
921921
"application/vnd.jupyter.widget-state+json": {
@@ -1107,5 +1107,5 @@
11071107
}
11081108
},
11091109
"nbformat": 4,
1110-
"nbformat_minor": 1
1110+
"nbformat_minor": 4
11111111
}

07 EDS/07 TEM_EDS_nanoparticles_completed.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@
12201220
"name": "python",
12211221
"nbconvert_exporter": "python",
12221222
"pygments_lexer": "ipython3",
1223-
"version": "3.7.0"
1223+
"version": "3.7.6"
12241224
},
12251225
"widgets": {
12261226
"application/vnd.jupyter.widget-state+json": {

0 commit comments

Comments
 (0)