From 165299b78596a94426b3fa60cb0e0475cfd46e7c Mon Sep 17 00:00:00 2001 From: weijie-chen Date: Fri, 16 Aug 2024 15:11:32 +0200 Subject: [PATCH] tests --- notebooks/Chapter 2 - Basic Matrix Algebra.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/Chapter 2 - Basic Matrix Algebra.ipynb b/notebooks/Chapter 2 - Basic Matrix Algebra.ipynb index 1820ebd..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" ] }, {