Skip to content

Commit

Permalink
Add "open in Colab" buttons to analytics notebooks to enable 1-click …
Browse files Browse the repository at this point in the history
…opening in colab when previewing the notebook in other places like GitHub.

PiperOrigin-RevId: 460819514
  • Loading branch information
suyashkumar authored and copybara-github committed Jul 13, 2022
1 parent 5d686e5 commit 32b4f1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions analytics/bigquery_bcda_exporation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"source": [
"# BCDA Synthetic Data Example Exploration\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google/medical_claims_tools/blob/main/analytics/bigquery_bcda_exporation.ipynb)",
"\n",
"\n",
"This notebook contains basic examples of exploring Medicare BCDA FHIR data\n",
"in BigQuery. The results saved below are from the synthetic BCDA example data,\n",
"but this notebook can be run against any BCDA data imported into FHIR Store and\n",
Expand Down
3 changes: 3 additions & 0 deletions analytics/bigquery_fhir_udfs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"source": [
"# BigQuery UDFs for FHIR data\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google/medical_claims_tools/blob/main/analytics/bigquery_fhir_udfs.ipynb)",
"\n",
"\n",
"This notebook contains some UDFs to ease querying data stored in BigQuery in the FHIR format. The examples and results below are from the synthetic BCDA example data, but the UDFs should work assuming arguments with the correct type are passed to it."
],
"metadata": {
Expand Down

0 comments on commit 32b4f1f

Please sign in to comment.