Read the notebook or install the environment to try it out yourself.
In order to set up the necessary environment:
- review and uncomment what you need in
environment.yml
and create an environmentbigquery-sqla
with the help of conda:conda env create -f environment.yml
- activate the new environment with:
conda activate bigquery-sqla
- run
jupyter lab
and access the notebook.
This project has been set up using PyScaffold 4.0. For details and usage information on PyScaffold see https://pyscaffold.org/.