Skip to content

Commit

Permalink
local main
Browse files Browse the repository at this point in the history
  • Loading branch information
weijie-chen committed Aug 16, 2024
1 parent b0eda8f commit 20b5780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/convert-to-qmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
git add linear-algebra-with-python-book/chapters/*
git add linear-algebra-with-python-book/index.html
git commit -m "Updated chapters and Table of Contents"
git push origin master
git push origin main
2 changes: 1 addition & 1 deletion notebooks/Chapter 2 - Basic Matrix Algebra.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"outputs": [],
"source": [
"from IPython.core.interactiveshell import InteractiveShell\n",
"InteractiveShell.ast_node_interactivity = \"all\" # display multiple lines"
"InteractiveShell.ast_node_interactivity = \"all\" # display multiple lines"
]
},
{
Expand Down

0 comments on commit 20b5780

Please sign in to comment.