Short description.
I suggest to setup a virtual environment using miniconda
-
Clone this repo:
git clone https://github.com/chrisPiemonte/argonaut.git
cd argonaut/
-
Put your credentials in
res/credentials.yml
-
Create an environment with python 3.6:
conda env create -f env.yml
-
Switch to that environment:
source activate argonaut_env
-
Check the notebooks:
jupyter lab