Skip to content

Commit 3e5e594

Browse files
committed
test
1 parent d2c80f7 commit 3e5e594

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
permissions:
13-
contents: write # Ensure the job has write permissions
13+
pull-requests: write
14+
issues: write
15+
repository-projects: write
16+
contents: write
17+
pages: write
18+
id-token: write
1419

1520
steps:
1621
- 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)