Skip to content

Instantly share code, notes, and snippets.

@Raimund58
Last active July 6, 2020 08:30
Show Gist options
  • Save Raimund58/bf67f501db6f25f31390e0ecbba9168f to your computer and use it in GitHub Desktop.
Save Raimund58/bf67f501db6f25f31390e0ecbba9168f to your computer and use it in GitHub Desktop.
print_hello_world.ipynb
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "print_hello_world.ipynb",
"provenance": [],
"private_outputs": true,
"collapsed_sections": [],
"authorship_tag": "ABX9TyO4qsnqtmn5XyKiIKQ+jWeS",
"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/Raimund58/bf67f501db6f25f31390e0ecbba9168f/print_hello_world.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "code",
"metadata": {
"id": "6mZKThZnDc9K",
"colab_type": "code",
"colab": {}
},
"source": [
"print(\"hello world\")"
],
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"metadata": {
"id": "unndDfTQPs8y",
"colab_type": "code",
"colab": {}
},
"source": [
"print(\"fuck yeah\")"
],
"execution_count": null,
"outputs": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment