Streamline slides

This commit is contained in:
Alexander Hess 2020-10-14 00:07:02 +02:00
parent 8a55f014a9
commit d901144569
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 17 additions and 5 deletions

View file

@ -2577,7 +2577,11 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "skip"
}
},
"source": [
"If `scalar` is passed in, this may be done as either a positional or a keyword argument. Which of the two calls where `scalar` is `2` is faster to understand in a larger program?"
]

View file

@ -863,7 +863,11 @@
{
"cell_type": "code",
"execution_count": 23,
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [],
"source": [
"numbers = [7, 11, 8, 5, 3, 12, 2, 6, 9, 10, 1, 4]"
@ -874,7 +878,7 @@
"execution_count": 24,
"metadata": {
"slideshow": {
"slide_type": "fragment"
"slide_type": "-"
}
},
"outputs": [
@ -1344,7 +1348,11 @@
{
"cell_type": "code",
"execution_count": 39,
"metadata": {},
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"outputs": [
{
"name": "stdout",
@ -1376,7 +1384,7 @@
"execution_count": 40,
"metadata": {
"slideshow": {
"slide_type": "slide"
"slide_type": "fragment"
}
},
"outputs": [],