This is a Jupyter Notebook-based performance analysis of an RV-8 aircraft, used for an end-of-semester talk.
These instructions presume the user has installed the Anaconda Python distribution, and is using the conda
package manager. The Anaconda Individual Edition is free and open source.
Clone the repo:
git clone https://github.com/bws428/flight-performance-analysis.git rv-8
Change into the newly-created rv-8
directory:
cd rv-8
Update conda:
conda update -n base -c defaults conda
Create the rv-8
conda environment with required dependencies:
conda env create -f environment.yml
To activate this environment, use
conda activate rv-8
Fire up the notebook:
jupyter notebook
To deactivate an active environment, use
conda deactivate