Skip to content

Instantly share code, notes, and snippets.

@sirdsoriano
Last active September 7, 2023 13:21
Show Gist options
  • Select an option

  • Save sirdsoriano/8330a6e3a18c298eb5b627f7baa8eb61 to your computer and use it in GitHub Desktop.

Select an option

Save sirdsoriano/8330a6e3a18c298eb5b627f7baa8eb61 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Happy Birthday, Dear Ivan!\n"
]
}
],
"source": [
"print(\"Happy Birthday, Dear Ivan!\")"
]
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python [conda root]",
"language": "python",
"name": "conda-root-py"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.13"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment