Skip to content

Tutorial for the Gaia Data Workshop, Heidelberg, November 21-24

License

Notifications You must be signed in to change notification settings

mtjvc/gaia-data-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gaia Data Workshop

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:

  1. Install virtualenv package
pip install virtualenv
  1. Clone git repository
git clone https://github.com/mtjvc/gaia-data-workshop.git
  1. Create virtual environment (make sure python 2 is being used) inside the gaia-data-workshop directory.
virtualenv -p /usr/bin/python2.7 venv
  1. Activate virtual environment
source venv/bin/activate
  1. Install required packages
pip install -r requirements.txt
  1. Start the notebook server and open the notebook
jupyter notebook

Acknowledgements

Galaxy image credit: R. Hurt (SSC), JPL-Caltech, NASA

About

Tutorial for the Gaia Data Workshop, Heidelberg, November 21-24

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages