Skip to content
Snippets Groups Projects
Commit bb67e923 authored by Vermaat's avatar Vermaat
Browse files

Add styling cell to git notebook

parent c709bc13
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,43 @@
"Sources: [Git homepage](http://git-scm.com/), [GitHub Teaching](https://teach.github.com/), [Try Git](http://try.github.io/)"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"%%html\n",
"<style type=\"text/css\">\n",
"/* Remove the vertical scrollbar added by nbconvert. */\n",
".reveal {\n",
" overflow-y: hidden;\n",
"}\n",
"</style>"
],
"language": "python",
"metadata": {
"slideshow": {
"slide_type": "skip"
}
},
"outputs": [
{
"html": [
"<style type=\"text/css\">\n",
"/* Remove the vertical scrollbar added by nbconvert. */\n",
".reveal {\n",
" overflow-y: hidden;\n",
"}\n",
"</style>"
],
"metadata": {},
"output_type": "display_data",
"text": [
"<IPython.core.display.HTML at 0x1f571d0>"
]
}
],
"prompt_number": 1
},
{
"cell_type": "markdown",
"metadata": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment