Skip to content

Commit eaca70b

Browse files
committed
test
1 parent 823124f commit eaca70b

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/convert-to-qmd.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@ jobs:
99
convert-and-copy:
1010
runs-on: ubuntu-latest
1111

12-
permissions:
13-
pull-requests: write
14-
issues: write
15-
repository-projects: write
16-
contents: write
17-
pages: write
18-
id-token: write
12+
permissions: write-all
1913

2014
steps:
2115
- name: Checkout the Linear_Algebra_with_Python repository

notebooks/Chapter 2 - Basic Matrix Algebra.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"outputs": [],
2929
"source": [
3030
"from IPython.core.interactiveshell import InteractiveShell\n",
31-
"InteractiveShell.ast_node_interactivity = \"all\" # display multiple lines."
31+
"InteractiveShell.ast_node_interactivity = \"all\" # display multiple lines"
3232
]
3333
},
3434
{

0 commit comments

Comments
 (0)