Python code to analyze data from user studies conducted using LES.
We use pipenv for managing package dependencies.
- Install pipenv using the link above.
- Run
pipenv install
to install package dependencies andpipenv shell
to start virtual environment with installed dependencies. - To use the Jupyter Google Maps plugin, run
jupyter nbextension enable --py --sys-prefix gmaps
once you are in the virtual envrionment.
All analysis is done in Jupyter notebooks. To start the notebook server, run jupyter notebook
and open your web browser. Use the in-browswer UI to select and open the desired notebook.