Skip to content

Commit

Permalink
adjust tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Jul 30, 2024
1 parent ab5b201 commit 792d38a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lectures/about_py.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ You do **not** need to read and understand this code!


```{code-block} java
:class: no-execute
import java.io.BufferedReader;
import java.io.FileReader;
Expand Down Expand Up @@ -241,7 +240,7 @@ Even if you don't yet know Python, you can see that the code is simpler and
easier to read.

```{code-cell} python3
:class: no-execute
:tags: [skip-execution]
import csv
Expand Down

0 comments on commit 792d38a

Please sign in to comment.