spotgp: Gaussian Process kernels for stellar starspot variability implemented in JAX.
pip install spotgpWith JAX acceleration (recommended):
pip install "spotgp[jax]"git clone https://github.com/jbirky/spotgp.git
cd spotgp
pip install -e ".[jax]"Alternatively, clone the repo and add it to your Python path:
git clone https://github.com/jbirky/spotgp.git
echo 'export PYTHONPATH="$PYTHONPATH:/path/to/spotgp"' >> ~/.bashrc
source ~/.bashrc