update _quarto.yml

This commit is contained in:
jverzani
2022-07-25 12:54:32 -04:00
parent 0f492099ff
commit bce4ce7fa0
19 changed files with 81 additions and 1459 deletions

View File

@@ -17,7 +17,6 @@ function Base.show(io::IO, ::MIME"text/html", x::T) where {T <: SymPy.SymbolicOb
println(io, "</span>")
end
# hack to work around issue
import Markdown
import CalculusWithJulia
@@ -30,7 +29,6 @@ end
nothing
```
This section uses these add-on packages:
@@ -2823,3 +2821,4 @@ choices = [
answ = 1
radioq(choices, answ)
```