- Pipenv (install it via 'pip install pipenv' or your distro package manager)
- Install all dependencies:
$ pipenv install
- Activate environment:
$ pipenv shell
- (optional) Run jupyter notebook
$ jupyter notebook
- Enable widgets in Jupyter:
$ jupyter nbextension enable --py widgetsnbextension
- Select and run the desired notebook.
Run pipenv in dev
mode with : pipenv install --dev
- Python3 + Pip
- Launch a Jupyter Docker container
$ docker run -it --rm -p 8888:8888 -v $PWD:/home/jovyan/work jupyter/datascience-notebook
- After that, launch a terminal inside jupyter and install awscosts package:
$ pip install -e $HOME/work/awscosts
You can contribute to Economics of Serverless in a few different ways:
- Submit issues through issue tracker on GitHub.
- If you wish to make code changes, or contribute something new, please follow the GitHub Forks / Pull requests model: fork the Economics of Serverless, make the changes and propose it back by submitting a pull request.
This project is distributed under Apache License