diff --git a/notebooks/GitHub-api-example.ipynb b/notebooks/GitHub-api-example.ipynb index 60961d33..facde511 100644 --- a/notebooks/GitHub-api-example.ipynb +++ b/notebooks/GitHub-api-example.ipynb @@ -5,6 +5,10 @@ "metadata": {}, "source": [ "# This notebook shows you how you can use a python client to interact with GitHub as an app\n", + "---\n", + "\n", + "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/machine-learning-apps/Issue-Label-Bot/blob/master/notebooks/GitHub-api-example.ipynb)\n", + "\n", "\n", "`mlapp` is a wrapper (located in `/flask_app/mlapp.py`) around the github3.py library for the purposes of interacting with GitHub issues." ] diff --git a/notebooks/Issue_Labeling_Model.ipynb b/notebooks/Issue_Labeling_Model.ipynb index 2e1c041d..ced0e1fb 100644 --- a/notebooks/Issue_Labeling_Model.ipynb +++ b/notebooks/Issue_Labeling_Model.ipynb @@ -5,6 +5,9 @@ "metadata": {}, "source": [ "## Background\n", + "---\n", + "\n", + "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/machine-learning-apps/Issue-Label-Bot/blob/master/notebooks/Issue_Labeling_Model.ipynb)\n", "\n", "The goal of the MLapp project is to provide the following:\n", "\n",