Giter Club home page Giter Club logo

ast542's Introduction

AST542

Princeton astro grad seminar on statistical methods.

Dependencies

We're going to use anaconda as our Python distribution and package manager. If you don't already use it, you can download it and install a new version of Python pretty harmlessly. It will install everything to a new directory so it won't mess with your existing installation. One of the great advantages of Anaconda is the ability to create conda environments that let you maintain different, independent Python installations (e.g., you can have Python 2 and 3 installed in parallel) and easily switch between them. I recommend creating a new environment for this material with all of the packages we'll need, just to sandbox everything and make sure we're all using the same versions. If you clone or download this repo, you can use the environment.yml file to automatically create the environment for you. After cloning / downloading, change directories into the project root and do:

conda env create

Once that's done installing everything, you need to activate the environment to use the version of Python with all of the packages it just installed. Do that with:

source activate ast542

To deactivate the environment (if you want to go back to your root environment / default context) you just have to do:

source deactivate

Other Resources

ast542's People

Contributors

adrn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.