Skip to content

Commit 0f127a1

Browse files
committed
replace wikimedia links with static images (avoid 403 error)
1 parent 532b7a7 commit 0f127a1

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

2_WavelengthCalibration.ipynb

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
},
373373
"outputs": [],
374374
"source": [
375-
"Image(\"https://upload.wikimedia.org/wikipedia/commons/2/29/Mercury_Spectra.jpg\")"
375+
"Image(\"Mercury_spectrum.jpg\")"
376376
]
377377
},
378378
{
@@ -381,7 +381,7 @@
381381
"metadata": {},
382382
"outputs": [],
383383
"source": [
384-
"Image(\"https://upload.wikimedia.org/wikipedia/commons/9/99/Neon_spectra.jpg\")"
384+
"Image(\"Neon_spectrum.jpg\")"
385385
]
386386
},
387387
{
@@ -390,7 +390,7 @@
390390
"metadata": {},
391391
"outputs": [],
392392
"source": [
393-
"Image(\"https://upload.wikimedia.org/wikipedia/commons/a/a6/Krypton_Spectrum.jpg\")"
393+
"Image(\"Krypton_spectrum.jpg\")"
394394
]
395395
},
396396
{
@@ -410,7 +410,7 @@
410410
"metadata": {},
411411
"outputs": [],
412412
"source": [
413-
"Image(\"https://upload.wikimedia.org/wikipedia/commons/0/0d/HG-Spektrum_crop.jpg\")"
413+
"Image(\"HG_spectrum.jpg\")"
414414
]
415415
},
416416
{
@@ -1774,12 +1774,14 @@
17741774
"celltoolbar": "Slideshow",
17751775
"language_info": {
17761776
"codemirror_mode": {
1777-
"name": "ipython"
1777+
"name": "ipython",
1778+
"version": 3
17781779
},
17791780
"file_extension": ".py",
17801781
"mimetype": "text/x-python",
17811782
"name": "python",
1782-
"nbconvert_exporter": "python"
1783+
"nbconvert_exporter": "python",
1784+
"pygments_lexer": "ipython3"
17831785
},
17841786
"rise": {
17851787
"transition": "none"

0 commit comments

Comments
 (0)