Accessibility and network analysis using gravity-spatial interaction model in Python
This tutorial can be easily followed using Jupyter Notebook via Anaconda Navigator.
Anaconda Navigator can be downloaded here
All the required packages have been prepared in the environment.yml file. Here is the step to create the environment in your local computer:
Use the terminal or an Anaconda Prompt for the following steps:
conda env create -f environment.yml
The first line of the yml file sets the new environment's name.
Activate the new environment:
conda activate myenv
Verify that the new environment was installed correctly:
conda env list