1
0
Fork 0
Forklet of Astropy tutorial at ASTRON. https://spacecruft.org/spacecruft/astropytutorial
 
Go to file
Jeff Moe 75d562e1f8 Add jupyterlab dep 2023-01-30 15:10:40 -07:00
solutions Move solutions to exercises 2019-04-10 21:33:06 +02:00
.gitignore Ignore temp files 2023-01-30 15:05:22 -07:00
1-Astropy-basics.ipynb No spaces plz 2023-01-30 15:06:21 -07:00
2-FITS.ipynb No spaces plz 2023-01-30 15:06:21 -07:00
3-PyVO.ipynb No spaces plz 2023-01-30 15:06:21 -07:00
4-Barnards-star.ipynb No spaces plz 2023-01-30 15:06:21 -07:00
LICENSE Create LICENSE 2019-03-04 14:10:40 +01:00
README-upstream.md mv upstream README 2023-01-30 15:00:38 -07:00
README.md Astropy tutorial cloned from ASTRON 2023-01-30 15:04:38 -07:00
requirements.txt Add jupyterlab dep 2023-01-30 15:10:40 -07:00

README.md

Astropy tutorial

Astropy tutorial cloned from ASTRON.

Installation

Install thusly, on Debian Bookworm (Testing).

sudo apt install python3-virtualenv python3-pip

git clone https://spacecruft.org/spacecruft/astropytutorial

Setup

Setup thusly.

cd astropytutorial/
virtualenv -p python3 env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
deactivate

Usage

Use thusly.

cd astropytutorial/
source env/bin/activate
jupyter lab

Then in browser go to URL presented.

See Also

ASTRON

Upstream

Upstream license is GPLv3.

Upstream repo:

See also README-upstream.md.

Copyright

Upstream sources under their respective copyrights.

License: GPLv3.

Copyright © 2023, Jeff Moe.