jupyter-demo

Jupyter demo for the 08/06/2021 Pybites code-clinic.

This demo relies on public google bigquery data.

export PROJECT_ID=your_gcp_project_id
export DATA_DIR=path/to/project/jupyter-demo/jupyter_demo/content/data

Install the dependencies.

poetry env use python3.9
poetry install

Authenticate the app with the below before you start playing with the notebook.

gcloud auth application-default login

Reading Materials

Credits and Data