Tutorial for the Gaia Data Workshop, Heidelberg, November 21-24
Requirements:
- python 2 with virtualenv package
- git
- some python and MySQL knowledge
Steps to take to get things going:
- Install
virtualenv
package
pip install virtualenv
- Clone git repository
git clone https://github.com/mtjvc/gaia-data-workshop.git
- Create virtual environment (make sure python 2 is being used) inside
the
gaia-data-workshop
directory.
virtualenv -p /usr/bin/python2.7 venv
- Activate virtual environment
source venv/bin/activate
- Install required packages
pip install -r requirements.txt
- Start the notebook server and open the notebook
jupyter notebook
Acknowledgements
Galaxy image credit: R. Hurt (SSC), JPL-Caltech, NASA