/share_tutorials

Some simple Jupyter Notebooks for accessing, querying, and exporting data from SHARE

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

SHARE API Tutorials

Some simple Jupyter Notebooks for accessing, querying, and exporting data from SHARE

Use Binder to run the notebooks online! Click here: Binder

pre-requisites:

reccomended:

Setup

(venv)$ pip install -r requirements.txt

Run the notebooks

  • Run the jupyter notebook in a terminal with the command: jupyter notebook
  • Click on the notebook you'd like to run
  • Run cells individually with the keysshift+return