diff --git a/.github/workflows/convert-to-qmd.yml b/.github/workflows/convert-to-qmd.yml index dfb1203..9dc2e0e 100644 --- a/.github/workflows/convert-to-qmd.yml +++ b/.github/workflows/convert-to-qmd.yml @@ -9,7 +9,7 @@ jobs: convert-and-copy: runs-on: ubuntu-latest - # permissions: write-all + permissions: write-all steps: - name: Checkout the Linear_Algebra_with_Python repository @@ -62,4 +62,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 main + git push origin main:master diff --git a/notebooks/Chapter 2 - Basic Matrix Algebra.ipynb b/notebooks/Chapter 2 - Basic Matrix Algebra.ipynb index bf202cd..1820ebd 100644 --- a/notebooks/Chapter 2 - Basic Matrix Algebra.ipynb +++ b/notebooks/Chapter 2 - Basic Matrix Algebra.ipynb @@ -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." ] }, {