Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.12 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.12 KB

notebooks

Data analysis examples for the eMOTIONAL Cities project. Data used in the notebooks has been made publicly available in Amazon Simple Storage Service (S3) buckets.

More information about sample data sharing can be found in the eMOTIONAL Cities data-share repository.

Compatible Environments

Visual Studio Code: All notebooks have been tested in Visual Studio Code on a Windows platform. Tests in other platforms and environments are forthcoming and will be added here.

How to build

  1. Open project folder in VS Code
  2. Install miniconda (Python 3.9)
  3. Install Python Extension for VS Code
  4. Create environment from VS Code:
  • Ctrl+Shift+P > Create Environment
  • Select .conda environment
  1. Make sure correct environment is selected in the notebook

The current notebook requires Python 3.9+ to run successfully. The file environment.yml contains the list of minimal package dependencies required.