Skip to content

Instantly share code, notes, and snippets.

@emuccino
Created August 26, 2020 03:31
Show Gist options
  • Save emuccino/95f278878222e6b6641421a67e309211 to your computer and use it in GitHub Desktop.
Save emuccino/95f278878222e6b6641421a67e309211 to your computer and use it in GitHub Desktop.
Untitled0.ipynb
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "Untitled0.ipynb",
"provenance": [],
"authorship_tag": "ABX9TyOFF39QlrePGSWcvoYVTsLe",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"accelerator": "GPU"
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/gist/emuccino/95f278878222e6b6641421a67e309211/untitled0.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "code",
"metadata": {
"id": "XWTT-zFqzoNJ",
"colab_type": "code",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 34
},
"outputId": "730549c0-e29c-46fa-a04f-2c31edf1f897"
},
"source": [
"print('hello world!')"
],
"execution_count": null,
"outputs": [
{
"output_type": "stream",
"text": [
"hello world!\n"
],
"name": "stdout"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment