Test colab
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": [],
"toc_visible": true,
"authorship_tag": "ABX9TyNRBooEIy50ekEigYPcosR1",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/gist/sscraigie/fcd135e6ec1b92cc47550fd156755bd7/colab_test.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "y5v4PE5ZBmfY",
"outputId": "04248806-87a3-43d6-93e0-2710a99009de"
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"hello world\n"
]
}
],
"source": [
"print('hello world')"
]
}
]
}