davidcavazos commented on a change in pull request #12892: URL: https://github.com/apache/beam/pull/12892#discussion_r500400418
########## File path: examples/notebooks/tour-of-beam/getting-started.ipynb ########## @@ -0,0 +1,1016 @@ +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "name": "Getting started -- Tour of Beam", + "provenance": [], + "toc_visible": true, + "include_colab_link": true + }, + "kernelspec": { + "name": "python3", + "display_name": "Python 3" + } + }, + "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "view-in-github", + "colab_type": "text" + }, + "source": [ + "<a href=\"https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/tour-of-beam/getting-started.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" + ] + }, + { + "cell_type": "code", + "metadata": { + "id": "SSKEd7tP-b2k", + "cellView": "form" + }, + "source": [ + "#@title Licensed to the Apache Software Foundation (ASF), Version 2.0 (the \"License\")\n", Review comment: Apparently we can make this an H6 and it appears smaller, I didn't know a `#@title` line was also Markdown. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org