We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0eda8f commit 20b5780Copy full SHA for 20b5780
.github/workflows/convert-to-qmd.yml
@@ -60,4 +60,4 @@ jobs:
60
git add linear-algebra-with-python-book/chapters/*
61
git add linear-algebra-with-python-book/index.html
62
git commit -m "Updated chapters and Table of Contents"
63
- git push origin master
+ git push origin main
notebooks/Chapter 2 - Basic Matrix Algebra.ipynb
@@ -28,7 +28,7 @@
28
"outputs": [],
29
"source": [
30
"from IPython.core.interactiveshell import InteractiveShell\n",
31
- "InteractiveShell.ast_node_interactivity = \"all\" # display multiple lines。"
+ "InteractiveShell.ast_node_interactivity = \"all\" # display multiple lines"
32
]
33
},
34
{
0 commit comments