Streamline slides

This commit is contained in:
Alexander Hess 2020-10-28 17:20:55 +01:00
commit 8dd24414ac
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
3 changed files with 406 additions and 86 deletions

View file

@ -260,7 +260,7 @@
"execution_count": 8,
"metadata": {
"slideshow": {
"slide_type": "fragment"
"slide_type": "slide"
}
},
"outputs": [
@ -474,7 +474,11 @@
{
"cell_type": "code",
"execution_count": 15,
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"outputs": [
{
"data": {
@ -542,7 +546,11 @@
{
"cell_type": "code",
"execution_count": 16,
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "skip"
}
},
"outputs": [
{
"data": {
@ -562,7 +570,11 @@
{
"cell_type": "code",
"execution_count": 17,
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"outputs": [
{
"data": {
@ -597,7 +609,7 @@
"execution_count": 18,
"metadata": {
"slideshow": {
"slide_type": "slide"
"slide_type": "fragment"
}
},
"outputs": [
@ -1798,7 +1810,11 @@
{
"cell_type": "code",
"execution_count": 55,
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"outputs": [],
"source": [
"v = Vector([1, 2, 3])\n",
@ -1808,7 +1824,11 @@
{
"cell_type": "code",
"execution_count": 56,
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [
{
"data": {
@ -1828,7 +1848,11 @@
{
"cell_type": "code",
"execution_count": 57,
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [
{
"data": {
@ -1920,7 +1944,11 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "skip"
}
},
"source": [
"... or pass `v` to [abs() <img height=\"12\" style=\"display: inline-block\" src=\"../static/link/to_py.png\">](https://docs.python.org/3/library/functions.html#abs)."
]
@ -1928,7 +1956,11 @@
{
"cell_type": "code",
"execution_count": 60,
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [
{
"ename": "TypeError",
@ -1960,7 +1992,11 @@
{
"cell_type": "code",
"execution_count": 61,
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"outputs": [],
"source": [
"import math"
@ -1969,7 +2005,11 @@
{
"cell_type": "code",
"execution_count": 62,
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "-"
}
},
"outputs": [],
"source": [
"def norm(vec_or_mat):\n",
@ -2051,7 +2091,7 @@
"execution_count": 65,
"metadata": {
"slideshow": {
"slide_type": "slide"
"slide_type": "fragment"
}
},
"outputs": [
@ -2134,7 +2174,7 @@
"execution_count": 68,
"metadata": {
"slideshow": {
"slide_type": "slide"
"slide_type": "fragment"
}
},
"outputs": [
@ -2156,7 +2196,11 @@
{
"cell_type": "code",
"execution_count": 69,
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"outputs": [],
"source": [
"z = Vector([0, 0])"
@ -2202,7 +2246,7 @@
"execution_count": 71,
"metadata": {
"slideshow": {
"slide_type": "slide"
"slide_type": "fragment"
}
},
"outputs": [
@ -2259,7 +2303,11 @@
{
"cell_type": "code",
"execution_count": 73,
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"outputs": [],
"source": [
"s = Vector([42])"
@ -2270,7 +2318,7 @@
"execution_count": 74,
"metadata": {
"slideshow": {
"slide_type": "slide"
"slide_type": "fragment"
}
},
"outputs": [