Streamline slides

This commit is contained in:
Alexander Hess 2020-10-21 19:24:51 +02:00
parent b1a5563114
commit 814069e7fb
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 11 additions and 3 deletions

View file

@ -329,7 +329,11 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 11, "execution_count": 11,
"metadata": {}, "metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [ "outputs": [
{ {
"data": { "data": {

View file

@ -700,7 +700,11 @@
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 19, "execution_count": 19,
"metadata": {}, "metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [], "outputs": [],
"source": [ "source": [
"from functools import reduce" "from functools import reduce"
@ -711,7 +715,7 @@
"execution_count": 20, "execution_count": 20,
"metadata": { "metadata": {
"slideshow": { "slideshow": {
"slide_type": "fragment" "slide_type": "-"
} }
}, },
"outputs": [ "outputs": [