Skip to content

Commit 20b5780

Browse files
committedAug 16, 2024
local main
1 parent b0eda8f commit 20b5780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
git add linear-algebra-with-python-book/chapters/*
6161
git add linear-algebra-with-python-book/index.html
6262
git commit -m "Updated chapters and Table of Contents"
63-
git push origin master
63+
git push origin main

‎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)
Failed to load comments.