/DS-bank-app

Primary LanguageJupyter Notebook

Bank App

Setup

git clone https://github.com/neuefische/DS-bank-app.git
conda env create --file environment.yml
source activate neue-fische-bank-app

Usage

conda env update --file environment.yml
source activate neue-fische-bank-app
jupyter notebook

Tests

pytest # tests
flake8 # codestyle - Should return `0` if all checks are passed successfully.