Skip to content

Instantly share code, notes, and snippets.

@basnijholt
Created April 5, 2016 20:20
Show Gist options
  • Save basnijholt/ca3f0b9baa552340f786ade5fcc0aeb5 to your computer and use it in GitHub Desktop.
Save basnijholt/ca3f0b9baa552340f786ade5fcc0aeb5 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "raw",
"metadata": {
"slideshow": {
"slide_type": "skip"
}
},
"source": [
"<style>\n",
".input, .output_prompt {display:none !important;}\n",
"div.prompt {display: none}\n",
".container { width:80% !important;}\n",
".slides{width: 80% !important; height: 80% !important;}\n",
"div.text_cell_render{overflow-y:hidden}\n",
"a.anchor-link{display:none}\n",
"html{overflow-y:hidden} \n",
"</style>"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false,
"slideshow": {
"slide_type": "slide"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"test\n"
]
}
],
"source": [
"print('test')"
]
}
],
"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.1"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment