From 20b5780fd2aaedf9bb50b8ad5b8237f40641fe4b Mon Sep 17 00:00:00 2001 From: weijie-chen Date: Fri, 16 Aug 2024 14:22:03 +0200 Subject: [PATCH] local main --- .github/workflows/convert-to-qmd.yml | 2 +- notebooks/Chapter 2 - Basic Matrix Algebra.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/convert-to-qmd.yml b/.github/workflows/convert-to-qmd.yml index 96c86ef..455e656 100644 --- a/.github/workflows/convert-to-qmd.yml +++ b/.github/workflows/convert-to-qmd.yml @@ -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 \ No newline at end of file + git push origin main \ No newline at end of file diff --git a/notebooks/Chapter 2 - Basic Matrix Algebra.ipynb b/notebooks/Chapter 2 - Basic Matrix Algebra.ipynb index d242a84..bf202cd 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" ] }, {