Streamline slides

This commit is contained in:
Alexander Hess 2020-10-12 22:52:43 +02:00
parent f4c4eace8d
commit 694eea7786
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

View file

@ -94,7 +94,7 @@
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "skip"
"slide_type": "fragment"
}
},
"source": [
@ -168,7 +168,7 @@
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "skip"
"slide_type": "fragment"
}
},
"source": [
@ -220,45 +220,26 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"outputs": [
{
"data": {
"text/plain": [
"3"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"1 + 2"
]
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello World\n"
]
}
],
"outputs": [],
"source": [
"print(\"Hello World\")"
]
@ -286,15 +267,7 @@
"slide_type": "skip"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Python 3.8.6\n"
]
}
],
"outputs": [],
"source": [
"!python --version"
]
@ -540,7 +513,7 @@
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "skip"
"slide_type": "-"
}
},
"source": [