Skip to content

Commit

Permalink
Set download cells as code, not raw
Browse files Browse the repository at this point in the history
  • Loading branch information
Camilla Pacifici authored and haticekaratay committed Oct 10, 2023
1 parent 88f4fe8 commit 55cd6ad
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions notebooks/mos_spectroscopy_advanced/MOSspec_advanced.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,10 @@
]
},
{
"cell_type": "raw",
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Download the data from the old version of this notebook. They include the templates for fitting\n",
"boxlink = 'https://data.science.stsci.edu/redirect/JWST/jwst-data_analysis_tools/mos_spectroscopy/mos_spectroscopy.zip'\n",
Expand All @@ -151,8 +153,10 @@
]
},
{
"cell_type": "raw",
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Download the s2d and x1d files\n",
"boxlink_ceers = 'https://data.science.stsci.edu/redirect/JWST/jwst-data_analysis_tools/mos_spectroscopy/mos_ceers_data.zip'\n",
Expand Down Expand Up @@ -1044,7 +1048,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Notebook created by Camilla Pacifici (cpacifici@stsci.edu)"
"Notebook created by Camilla Pacifici (cpacifici@stsci.edu)<br>\n",
"Updated on September 14, 2023"
]
}
],
Expand Down

0 comments on commit 55cd6ad

Please sign in to comment.