⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

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

License

Notifications You must be signed in to change notification settings

mbolam/share_tutorials

 
 

Repository files navigation

These tutorials are compatible with SHARE v2 and use Python 3. For the old, SHARE v1-compatible notebooks, see the share_v1 branch.


SHARE API v2 Tutorials

Example Jupyter Notebooks for accessing, querying, and exporting data from SHARE v2.

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

Pre-requisites

  • Miniconda (make sure to download the latest Python 3 version) for python package and environment handling (recommended) OR virtualenv

Setup

First, clone this repository to your local machine

git clone https://github.com/erinspace/share_tutorials.git
cd share_tutorials

Option 1: With conda (recommended)

Prerequisite: Must have Anaconda or miniconda installed.

Linux and OSX:

conda env create -f environment.yml
source activate share_tutorials

Windows:

conda env create -f environment_win.yml
activate share_tutorials

Option 2: With virtualenv and pip

  • Install requirements from requirements.txt inside a virtualenv with:
# After activating your virtualenv
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 shift+return

Contributing

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%