To run the notebook "loads.ipynb" setup the environment as following:
- Install Anaconda 3.X for your system [https://www.continuum.io/downloads]. This will install python 3x and other libraries necessary.
- Look for Anaconda Prompt in the programs installed and type conda install seaborn. This installs seaborn library, if not already installed.
- Run program called Jupyter Notebook. This should open web browser with file listing. Navigate to the location of the "loads.ipynb"
- Use Shift+Enter to execute cell by cell.