Skip to content

Commit 6e44c3c

Browse files
committed
attempt 2 to fix the pip install issue
1 parent cba480d commit 6e44c3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/kesten_processes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jupytext:
44
extension: .md
55
format_name: myst
66
format_version: 0.13
7-
jupytext_version: 1.16.7
7+
jupytext_version: 1.16.6
88
kernelspec:
99
display_name: Python 3 (ipykernel)
1010
language: python
@@ -39,7 +39,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
3939
Later in the exercise, we will use JAX to optimize our code
4040

4141
```{code-cell} ipython3
42-
:tags: [no-execute]
42+
:tags: [skip-execution]
4343
4444
!pip install --upgrade jax
4545
```

0 commit comments

Comments
 (0)