Skip to content

Instantly share code, notes, and snippets.

Created September 16, 2016 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1c79fa2d43f656b4463d7ce7e2d1a03b to your computer and use it in GitHub Desktop.
Save anonymous/1c79fa2d43f656b4463d7ce7e2d1a03b to your computer and use it in GitHub Desktop.
TemplateSample
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"metadata": {},
"cell_type": "markdown",
"source": "# Header 1"
},
{
"metadata": {
"ExecuteTime": {
"start_time": "2016-09-16T16:28:53.330843",
"end_time": "2016-09-16T16:28:53.333738"
},
"trusted": true,
"collapsed": false
},
"cell_type": "code",
"source": "def foo(bar):\n # Standard functions I want to define.\n pass",
"execution_count": 2,
"outputs": []
},
{
"metadata": {},
"cell_type": "markdown",
"source": "## Header 2"
},
{
"metadata": {
"trusted": true,
"collapsed": true
},
"cell_type": "code",
"source": "",
"execution_count": null,
"outputs": []
}
],
"metadata": {
"kernelspec": {
"name": "python2",
"display_name": "Python 2",
"language": "python"
},
"language_info": {
"mimetype": "text/x-python",
"nbconvert_exporter": "python",
"name": "python",
"pygments_lexer": "ipython2",
"version": "2.7.10",
"file_extension": ".py",
"codemirror_mode": {
"version": 2,
"name": "ipython"
}
},
"toc": {
"toc_threshold": 6,
"toc_number_sections": true,
"toc_cell": false,
"toc_window_display": false
},
"gist": {
"id": "",
"data": {
"description": "TemplateSample",
"public": true
}
}
},
"nbformat": 4,
"nbformat_minor": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment