Skip to content

Commit 9c1f89f

Browse files
authored
Merge branch 'master' into main
2 parents 7c80520 + 8a27879 commit 9c1f89f

File tree

8 files changed

+42
-127
lines changed

8 files changed

+42
-127
lines changed

tutorials/notebooks/User-Defined-Model/User-Defined-Model.ipynb

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@
114114
{
115115
"cell_type": "code",
116116
"execution_count": null,
117-
"metadata": {
118-
"scrolled": true
119-
},
117+
"metadata": {},
120118
"outputs": [],
121119
"source": [
122120
"spectrum[1].columns"
@@ -891,15 +889,12 @@
891889
},
892890
"language_info": {
893891
"codemirror_mode": {
894-
"name": "ipython",
895-
"version": 3
892+
"name": "ipython"
896893
},
897894
"file_extension": ".py",
898895
"mimetype": "text/x-python",
899896
"name": "python",
900-
"nbconvert_exporter": "python",
901-
"pygments_lexer": "ipython3",
902-
"version": "3.6.7"
897+
"nbconvert_exporter": "python"
903898
}
904899
},
905900
"nbformat": 4,

tutorials/notebooks/color-excess/color-excess.ipynb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -862,15 +862,12 @@
862862
},
863863
"language_info": {
864864
"codemirror_mode": {
865-
"name": "ipython",
866-
"version": 3
865+
"name": "ipython"
867866
},
868867
"file_extension": ".py",
869868
"mimetype": "text/x-python",
870869
"name": "python",
871-
"nbconvert_exporter": "python",
872-
"pygments_lexer": "ipython3",
873-
"version": "3.6.7"
870+
"nbconvert_exporter": "python"
874871
}
875872
},
876873
"nbformat": 4,

tutorials/notebooks/gaia-galactic-orbits/gaia-galactic-orbits.ipynb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -941,15 +941,12 @@
941941
},
942942
"language_info": {
943943
"codemirror_mode": {
944-
"name": "ipython",
945-
"version": 3
944+
"name": "ipython"
946945
},
947946
"file_extension": ".py",
948947
"mimetype": "text/x-python",
949948
"name": "python",
950-
"nbconvert_exporter": "python",
951-
"pygments_lexer": "ipython3",
952-
"version": "3.6.7"
949+
"nbconvert_exporter": "python"
953950
}
954951
},
955952
"nbformat": 4,

tutorials/notebooks/plot-catalog/plot-catalog.ipynb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -452,15 +452,12 @@
452452
},
453453
"language_info": {
454454
"codemirror_mode": {
455-
"name": "ipython",
456-
"version": 3
455+
"name": "ipython"
457456
},
458457
"file_extension": ".py",
459458
"mimetype": "text/x-python",
460459
"name": "python",
461-
"nbconvert_exporter": "python",
462-
"pygments_lexer": "ipython3",
463-
"version": "3.6.7"
460+
"nbconvert_exporter": "python"
464461
}
465462
},
466463
"nbformat": 4,

tutorials/notebooks/quantities/quantities.ipynb

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -381,11 +381,7 @@
381381
{
382382
"cell_type": "code",
383383
"execution_count": null,
384-
"metadata": {
385-
"tags": [
386-
"raises-exception"
387-
]
388-
},
384+
"metadata": {},
389385
"outputs": [],
390386
"source": [
391387
"np.log10(M)"
@@ -652,11 +648,7 @@
652648
{
653649
"cell_type": "code",
654650
"execution_count": null,
655-
"metadata": {
656-
"tags": [
657-
"raises-exception"
658-
]
659-
},
651+
"metadata": {},
660652
"outputs": [],
661653
"source": [
662654
"nu13 = lambda13.to(u.Hz)\n",
@@ -857,11 +849,7 @@
857849
{
858850
"cell_type": "code",
859851
"execution_count": null,
860-
"metadata": {
861-
"tags": [
862-
"raises-exception"
863-
]
864-
},
852+
"metadata": {},
865853
"outputs": [],
866854
"source": [
867855
"da.to(u.cm**2)"
@@ -1029,11 +1017,7 @@
10291017
{
10301018
"cell_type": "code",
10311019
"execution_count": null,
1032-
"metadata": {
1033-
"tags": [
1034-
"raises-exception"
1035-
]
1036-
},
1020+
"metadata": {},
10371021
"outputs": [],
10381022
"source": [
10391023
"response_func(1.0, 1.2)"
@@ -1095,8 +1079,7 @@
10951079
},
10961080
"language_info": {
10971081
"codemirror_mode": {
1098-
"name": "ipython",
1099-
"version": 3
1082+
"name": "ipython"
11001083
},
11011084
"file_extension": ".py",
11021085
"mimetype": "text/x-python",

tutorials/notebooks/redshift-plot/redshift-plot.ipynb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,15 +332,12 @@
332332
},
333333
"language_info": {
334334
"codemirror_mode": {
335-
"name": "ipython",
336-
"version": 3
335+
"name": "ipython"
337336
},
338337
"file_extension": ".py",
339338
"mimetype": "text/x-python",
340339
"name": "python",
341-
"nbconvert_exporter": "python",
342-
"pygments_lexer": "ipython3",
343-
"version": "3.6.7"
340+
"nbconvert_exporter": "python"
344341
}
345342
},
346343
"nbformat": 4,

0 commit comments

Comments
 (0)