Skip to content

chrisPiemonte/argonaut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Argonaut

Abstract

Short description.

Setup

I suggest to setup a virtual environment using miniconda

  1. Clone this repo:

    git clone https://github.com/chrisPiemonte/argonaut.git
    cd argonaut/

  2. Put your credentials in res/credentials.yml

  3. Create an environment with python 3.6:

    conda env create -f env.yml

  4. Switch to that environment:

    source activate argonaut_env

  5. Check the notebooks:

    jupyter lab