Skip to content

Commit 025d76c

Browse files
committed
test
1 parent 66bb75f commit 025d76c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/convert-to-qmd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
convert-and-copy:
1010
runs-on: ubuntu-latest
1111

12-
# permissions: write-all
12+
permissions: write-all
1313

1414
steps:
1515
- name: Checkout the Linear_Algebra_with_Python repository
@@ -62,4 +62,4 @@ jobs:
6262
git add linear-algebra-with-python-book/chapters/*
6363
git add linear-algebra-with-python-book/index.html
6464
git commit -m "Updated chapters and Table of Contents"
65-
git push origin main
65+
git push origin main:master

notebooks/Chapter 2 - Basic Matrix Algebra.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"outputs": [],
2929
"source": [
3030
"from IPython.core.interactiveshell import InteractiveShell\n",
31-
"InteractiveShell.ast_node_interactivity = \"all\" # display multiple lines"
31+
"InteractiveShell.ast_node_interactivity = \"all\" # display multiple lines."
3232
]
3333
},
3434
{

0 commit comments

Comments
 (0)