- to get the notebooks:
git clone https://github.com/andreatramacere/Wuerzburg_Jetset_Lesson
OR if you don't have git installed on your machine
- download visiting https://github.com/andreatramacere/Wuerzburg_Jetset_Lesson
you can run all the notebooks on a remote server just press the link below (no need to download notebooks in this case)
The jetset documentation (previous version: 1.1.2) is here: https://jetset.readthedocs.io/en/1.1.2/index.html but for the course we will youse the new one (pre release 1.2.0rc3) to install from the source (see next section).
Almost everything in: https://jetset.readthedocs.io/en/1.1.2/user_guide/user_guide.html will work with the version that we are using for the course, so you can use that documentation to get a feeling with the code
to avoid conflict in dependencies use python version in this range [3.6,3.8]
-
conda:
conda create --name jetset python=3.7 ipython jupyter jupyterlab ipykernel
conda activate jetset
conda install ipython jupyter jupyterlab ipykernel
(mandatory only if you did not create the environment) -
pip:
pip install virtualenv
virtualenv --no-site-packages venv jetset
source jetset/bin/activate
pip install ipython jupyter jupyterlab
- move to temporary directory (different from the one where you have the notebooks)
- download https://github.com/andreatramacere/jetset/archive/1.2.0rc3.tar.gz
- uncompress 1.2.0rc3.tar.gz
cd jetset-1.2.0rc3
-
conda:
conda install --yes -c conda-forge emcee">=3.0.0"
conda install --yes -c astropy --file requirements.txt
-
pip:
pip install -r requirements.txt
python setup.py clean
python setup.py install
keep updated on the FB page https://www.facebook.com/jetsetastro/