Skip to content

Commit

Permalink
pip install reqs in all notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich committed May 31, 2024
1 parent 53a74fb commit 8e32a66
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 0 deletions.
10 changes: 10 additions & 0 deletions DameCube.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
"The key result is in [Dame & Thaddeus (2008)](https://ui.adsabs.harvard.edu/abs/2008ApJ...683L.143D/abstract)."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "",
"metadata": {},
"outputs": [],
"source": [
"%pip install -r https://github.com/radio-astro-tools/tutorials/raw/master/requirements.txt"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
10 changes: 10 additions & 0 deletions DiskPVExample.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@
"!pip install --upgrade spectral-cube git+https://github.com/radio-astro-tools/pvextractor.git@61e118aaf28e2d746deeccf06af8fdd7f405b815 radio-beam regions reproject"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "",
"metadata": {},
"outputs": [],
"source": [
"%pip install -r https://github.com/radio-astro-tools/tutorials/raw/master/requirements.txt"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
10 changes: 10 additions & 0 deletions PVDiagramPlotting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@
"We import tools from several packages up front:"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "",
"metadata": {},
"outputs": [],
"source": [
"%pip install -r https://github.com/radio-astro-tools/tutorials/raw/master/requirements.txt"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
10 changes: 10 additions & 0 deletions SpectralCubeReprojectExample.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@
"(you might not have to do this step, since you may already have data)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "",
"metadata": {},
"outputs": [],
"source": [
"%pip install -r https://github.com/radio-astro-tools/tutorials/raw/master/requirements.txt"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
10 changes: 10 additions & 0 deletions SpectralCubeReprojectMaskExample_v3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@
"(you might not have to do this step, since you may already have data)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "",
"metadata": {},
"outputs": [],
"source": [
"%pip install -r https://github.com/radio-astro-tools/tutorials/raw/master/requirements.txt"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
10 changes: 10 additions & 0 deletions SpectralCubeReprojectMaskExample_v4p1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@
"## Step 0: Some imports and version checks"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "",
"metadata": {},
"outputs": [],
"source": [
"%pip install -r https://github.com/radio-astro-tools/tutorials/raw/master/requirements.txt"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
10 changes: 10 additions & 0 deletions SpectralCube_Examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
"This is a quick demo of how you can work with Spectral Cube objects"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "",
"metadata": {},
"outputs": [],
"source": [
"%pip install -r https://github.com/radio-astro-tools/tutorials/raw/master/requirements.txt"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down

0 comments on commit 8e32a66

Please sign in to comment.