Skip to content

Instantly share code, notes, and snippets.

@haiyunsky
Created January 9, 2021 03:31
Show Gist options
  • Save haiyunsky/472594f7158a09e11e0877409ac78464 to your computer and use it in GitHub Desktop.
Save haiyunsky/472594f7158a09e11e0877409ac78464 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"metadata": {},
"cell_type": "code",
"source": "print(\"hello\")",
"execution_count": 1,
"outputs": [
{
"output_type": "stream",
"text": "hello\n",
"name": "stdout"
}
]
},
{
"metadata": {},
"cell_type": "code",
"source": "",
"execution_count": null,
"outputs": []
}
],
"metadata": {
"kernelspec": {
"name": "python3",
"display_name": "Python 3.7",
"language": "python"
},
"language_info": {
"name": "python",
"version": "3.7.9",
"mimetype": "text/x-python",
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"pygments_lexer": "ipython3",
"nbconvert_exporter": "python",
"file_extension": ".py"
}
},
"nbformat": 4,
"nbformat_minor": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment