From 823124f987465d6cd8659f9a594757700d875a80 Mon Sep 17 00:00:00 2001 From: weijie-chen Date: Fri, 16 Aug 2024 14:58:43 +0200 Subject: [PATCH] test --- 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 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." ] }, {