Skip to content

Instantly share code, notes, and snippets.

@ThomasA
Created February 14, 2017 17:18
Show Gist options
  • Save ThomasA/69290e5a025dbc630c909b5af2ca1eff to your computer and use it in GitHub Desktop.
Save ThomasA/69290e5a025dbc630c909b5af2ca1eff to your computer and use it in GitHub Desktop.
A minimal Jupyter notebook used for testing https://github.com/damianavila/RISE
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
"Test notebook"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": true,
"slideshow": {
"slide_type": "slide"
}
},
"outputs": [],
"source": [
"some_variable = 1"
]
}
],
"metadata": {
"celltoolbar": "Slideshow",
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment