Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 428 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 428 Bytes

About this repo

This repo includes code for an initial exploration of Google Data Commons using the python API.

Getting started

The following instructions are for Windows PowerShell

Create virtual environment:

`python -m venv dc_env`

Activate virtual environment:

`dc_env\Scripts\Activate.ps1`

Install requirements:

`pip install -r requirements.txt`

Launch Jupyter lab:

`jupyter lab`