Skip to content

Commit 5364765

Browse files
committed
MAINT: remove force mathjax from code
1 parent 2ba4b2d commit 5364765

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(use_latex="mathjax")
475+
init_printing()
476476
477477
ω = Symbol('ω')
478478
print('The analytical solution for integral of cos(ω)sin(ω) is:')

0 commit comments

Comments
 (0)