File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 6363 " from astropy.modeling.polynomial import Polynomial1D\n " ,
6464 " from astropy.modeling.models import Gaussian1D, Linear1D\n " ,
6565 " from astropy.modeling.fitting import LinearLSQFitter\n " ,
66- " from IPython.display import Image\n " ,
6766 " \n " ,
6867 " # astroquery provides an interface to the NIST atomic line database\n " ,
6968 " from astroquery.nist import Nist"
372371 },
373372 "outputs" : [],
374373 "source" : [
375- " Image(\" Mercury_spectrum.jpg\" )"
374+ " im = PILImage.open(\" Mercury_spectrum.jpg\" )\n " ,
375+ " im"
376376 ]
377377 },
378378 {
381381 "metadata" : {},
382382 "outputs" : [],
383383 "source" : [
384- " Image(\" Neon_spectrum.jpg\" )"
384+ " im = PILImage.open(\" Neon_spectrum.jpg\" )\n " ,
385+ " im"
385386 ]
386387 },
387388 {
390391 "metadata" : {},
391392 "outputs" : [],
392393 "source" : [
393- " Image(\" Krypton_spectrum.jpg\" )"
394+ " im = PILImage.open(\" Krypton_spectrum.jpg\" )\n " ,
395+ " im"
394396 ]
395397 },
396398 {
410412 "metadata" : {},
411413 "outputs" : [],
412414 "source" : [
413- " Image(\" HG_spectrum.jpg\" )"
415+ " im = PILImage.open(\" HG_spectrum.jpg\" )\n " ,
416+ " im"
414417 ]
415418 },
416419 {
You can’t perform that action at this time.
0 commit comments