Skip to content

Instantly share code, notes, and snippets.

@nzarif
Created November 25, 2020 02:24
Show Gist options
  • Save nzarif/6b53b65e6b80538cdfc4089ea729b11a to your computer and use it in GitHub Desktop.
Save nzarif/6b53b65e6b80538cdfc4089ea729b11a to your computer and use it in GitHub Desktop.
Test1.ipynb
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "Test1.ipynb",
"provenance": [],
"collapsed_sections": [],
"authorship_tag": "ABX9TyNdzqwwMxLCVXb2Lh8euViT",
"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/gist/nzarif/6b53b65e6b80538cdfc4089ea729b11a/test1.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "code",
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "dLZe3OHxMwsH",
"outputId": "52b36d11-4184-41d0-dcb6-0b0768c4095c"
},
"source": [
"print(\"this is a google colab test\")\n",
"if 1:\n",
" print(\"welcome to the test\")"
],
"execution_count": 4,
"outputs": [
{
"output_type": "stream",
"text": [
"this is a google colab test\n",
"welcome to the test\n"
],
"name": "stdout"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment