Skip to content

Commit 3c0b75f

Browse files
committed
Update markov_chains_I.md
1 parent f695b08 commit 3c0b75f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/markov_chains_I.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ def iterate_ψ(ψ_0, P, ts_length):
829829
Now we plot the sequence
830830

831831
```{code-cell} ipython3
832-
:tags: hide-input
832+
:tags: [hide-input]
833833
834834
ψ_1 = (0.0, 0.0, 1.0)
835835
ψ_2 = (1.0, 0.0, 0.0)
@@ -919,7 +919,7 @@ We can see similar phenomena in higher dimensions.
919919
The next figure illustrates this for a periodic Markov chain with three states.
920920

921921
```{code-cell} ipython3
922-
:tags: hide-input
922+
:tags: [hide-input]
923923
924924
ψ_1 = (0.0, 0.0, 1.0)
925925
ψ_2 = (0.5, 0.5, 0.0)

0 commit comments

Comments
 (0)