Skip to content

Instantly share code, notes, and snippets.

@alongubkin
Created March 17, 2021 15:12
Show Gist options
  • Save alongubkin/1a34ee4c516aa78e9625cb229aeb8c05 to your computer and use it in GitHub Desktop.
Save alongubkin/1a34ee4c516aa78e9625cb229aeb8c05 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": [],
"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/alongubkin/1a34ee4c516aa78e9625cb229aeb8c05/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": "2hF2pqJMs6GK",
"colab": {
"base_uri": "https://localhost:8080/"
},
"outputId": "8f633fe5-f8d6-41e0-bd8b-f7949c6059c9"
},
"source": [
"print('a')\r\n",
"print('my name is Snir')"
],
"execution_count": null,
"outputs": [
{
"output_type": "stream",
"text": [
"a\n",
"my name is Snir\n"
],
"name": "stdout"
}
]
},
{
"cell_type": "code",
"metadata": {
"id": "ekMRDkPrtmhs"
},
"source": [
"\r\n"
],
"execution_count": null,
"outputs": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment