In this repository, I have implemented and tested the solutions to some of the problems in EPI book. I will update these files occasionally by adding solutions to more problems.
The solution provided here requires Python 3.6. You will also need to have software installed to run and execute an iPython Notebook
We recommend installing Anaconda, a pre-packaged Python distribution that contains most of the necessary libraries and software for this project.
The code is provided in the Solutions
folder.
In a terminal or command window, navigate to the top-level project directory Solutions/
(that contains this README) and run one of the following commands:
ipython notebook {name of notebook file}.ipynb
or
jupyter notebook {name of notebook file}.ipynb
This will open the iPython Notebook software and project file in your browser.