Installation

Google Colab

Can be used with colab.ipynb without a local install.

https://colab.research.google.com/assets/colab-badge.svg

Pip

Simplest installation:

pip install plotprofile

or from the latest version:

pip install git+https://github.com/aligfellow/plotprofile.git

Local installation

git clone git@github.com:aligfellow/plotProfile.git
cd plotProfile
pip install .

Editable install:

git clone git@github.com:aligfellow/plotProfile.git
cd plotProfile
pip install -e .