Skip to content

Commit

Permalink
update imports in spectrum service notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Feb 10, 2021
1 parent 5df0855 commit ee8e009
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/nb/Prospect_spectrum_service.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"from astropy.table import Table\n",
"from specutils import Spectrum1D, SpectrumCollection, SpectrumList\n",
"from prospect.specutils import read_spPlate, read_spZbest\n",
"from prospect.plotspecutils import plotspectra"
"from prospect.viewer import plotspectra"
]
},
{
Expand All @@ -40,8 +40,7 @@
"metadata": {},
"outputs": [],
"source": [
"from dl import queryClient as qc, storeClient as sc\n",
"# import specClient as spec"
"from dl import queryClient as qc, storeClient as sc, specClient as spec"
]
},
{
Expand Down Expand Up @@ -569,7 +568,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.7.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit ee8e009

Please sign in to comment.