Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 258 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 258 Bytes

Ed-Fi Notebook

This repository is designed to allow for retrieving and updating data in the Ed-Fi ODS via the API. This repository uses Jupyter Notebooks and the Python Ed-Fi API client.

poetry install;
env $(cat .env) poetry shell;
code .