Small and very simple demo showing how to utilize Google REST API.v3 with python.
The notebook contains step-by-step instructions for authorizing it.
-
Anaconda users: install dependencies with
- Type
conda install nb_conda
in root env. - Type
conda env create --file /path/to/pygsheets_n_gdrive.yaml
to create env. - Choose env from Kernel -> Change Kernel tab.
- Type
-
non-conda users: install packages listed in pygsheets_n_gdrive.yaml.