Skip to content

Commit 3cdca94

Browse files
committed
enforce mathjax output
1 parent ee9cce3 commit 3cdca94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/complex_and_trig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ We can verify the analytical as well as numerical results using
472472

473473
```{code-cell} python3
474474
# Set initial printing
475-
init_printing()
475+
init_printing(use_latex="mathjax")
476476
477477
ω = Symbol('ω')
478478
print('The analytical solution for integral of cos(ω)sin(ω) is:')

0 commit comments

Comments
 (0)