Skip to content

Instantly share code, notes, and snippets.

@Ngugisenior
Last active September 4, 2021 07:29
Show Gist options
  • Save Ngugisenior/4b3ca8affbe514b91064940114785bbc to your computer and use it in GitHub Desktop.
Save Ngugisenior/4b3ca8affbe514b91064940114785bbc to your computer and use it in GitHub Desktop.
Test.ipynb
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "Test.ipynb",
"provenance": [],
"authorship_tag": "ABX9TyOUWDVSTAQ1S6ZiMIgyMNbI",
"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/Ngugisenior/4b3ca8affbe514b91064940114785bbc/test.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": "T2tC2OlkdM6D",
"outputId": "5dfe085d-4d76-4ab8-a13a-200dccd67ae5"
},
"source": [
"print('hello')"
],
"execution_count": 1,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"hello\n"
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment