From 32b4f1fb403c13dd215eae4dc3724e30e332c676 Mon Sep 17 00:00:00 2001 From: Suyash Kumar Date: Wed, 13 Jul 2022 15:37:35 -0700 Subject: [PATCH] Add "open in Colab" buttons to analytics notebooks to enable 1-click opening in colab when previewing the notebook in other places like GitHub. PiperOrigin-RevId: 460819514 --- analytics/bigquery_bcda_exporation.ipynb | 3 +++ analytics/bigquery_fhir_udfs.ipynb | 3 +++ 2 files changed, 6 insertions(+) diff --git a/analytics/bigquery_bcda_exporation.ipynb b/analytics/bigquery_bcda_exporation.ipynb index 37d4b4d..2ef96c8 100644 --- a/analytics/bigquery_bcda_exporation.ipynb +++ b/analytics/bigquery_bcda_exporation.ipynb @@ -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", diff --git a/analytics/bigquery_fhir_udfs.ipynb b/analytics/bigquery_fhir_udfs.ipynb index efa1508..608e831 100644 --- a/analytics/bigquery_fhir_udfs.ipynb +++ b/analytics/bigquery_fhir_udfs.ipynb @@ -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": {