Update makefile
This commit is contained in:
parent
43c2a1a326
commit
5a4bada9c5
@ -1,4 +1,7 @@
|
||||
all:
|
||||
all: The\ Art\ of\ Memory\ Loss.ipynb
|
||||
jupyter nbconvert --to html "The Art of Memory Loss.ipynb" --config jupyter_nbconvert_config.py
|
||||
sed -i '2 a <link rel="stylesheet" href="rise.css">' "The Art of Memory Loss.html"
|
||||
|
||||
upload: all
|
||||
scp rise.css The\ Art\ of\ Memory\ Loss.html oreburgh:www/forschungstage
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -1053,7 +1053,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "d628c382",
|
||||
"id": "6efbd936",
|
||||
"metadata": {
|
||||
"slideshow": {
|
||||
"slide_type": "fragment"
|
||||
@ -1090,7 +1090,7 @@
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 13,
|
||||
"id": "947ce4b1",
|
||||
"id": "9b76997c",
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
@ -1246,7 +1246,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 6,
|
||||
"execution_count": 32,
|
||||
"id": "88435c94",
|
||||
"metadata": {
|
||||
"hideCode": false,
|
||||
@ -1263,7 +1263,7 @@
|
||||
" 0. ])"
|
||||
]
|
||||
},
|
||||
"execution_count": 6,
|
||||
"execution_count": 32,
|
||||
"metadata": {},
|
||||
"output_type": "execute_result"
|
||||
}
|
||||
@ -1288,8 +1288,7 @@
|
||||
"[ 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 1.0]\n",
|
||||
"])\n",
|
||||
"v = array([1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ])\n",
|
||||
"v @ M\n",
|
||||
"# v @ matrix_power(M, 3*1)"
|
||||
"v @ M"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -1325,7 +1324,10 @@
|
||||
"hidePrompt": false,
|
||||
"slideshow": {
|
||||
"slide_type": "slide"
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"hide_cell"
|
||||
]
|
||||
},
|
||||
"outputs": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user