Skip to content

Instantly share code, notes, and snippets.

@angelormrl
Last active March 4, 2019 00:30
Show Gist options
  • Save angelormrl/ccc729af489b5ea9e160113792f58888 to your computer and use it in GitHub Desktop.
Save angelormrl/ccc729af489b5ea9e160113792f58888 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"4\n"
]
}
],
"source": [
"print(2+2)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"language": "python",
"name": "python2"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment