use plotly; fix bitrot

This commit is contained in:
jverzani
2024-06-07 13:07:09 -04:00
parent 0bcc8b5a6c
commit 55f37a6dfb
59 changed files with 423 additions and 176 deletions

View File

@@ -9,8 +9,8 @@ This section uses these add-on packages:
```{julia}
using CalculusWithJulia
using Plots
plotly()
using SymPy
```
@@ -245,6 +245,7 @@ A first proof of L'Hospital's rule takes advantage of Cauchy's [generalization](
#| echo: false
#| cache: true
using Roots
gr()
let
## {{{lhopitals_picture}}}
@@ -293,7 +294,7 @@ imgfile = tempname() * ".gif"
gif(anim, imgfile, fps = 1)
plotly()
plotly()
ImageFile(imgfile, caption)
end
```