Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
weijie-chen committed Aug 16, 2024
1 parent 823124f commit eaca70b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/convert-to-qmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@ jobs:
convert-and-copy:
runs-on: ubuntu-latest

permissions:
pull-requests: write
issues: write
repository-projects: write
contents: write
pages: write
id-token: write
permissions: write-all

steps:
- name: Checkout the Linear_Algebra_with_Python repository
Expand Down
2 changes: 1 addition & 1 deletion notebooks/Chapter 2 - Basic Matrix Algebra.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down

0 comments on commit eaca70b

Please sign in to comment.