rm WeaveSupport

This commit is contained in:
jverzani
2022-09-19 16:10:49 -04:00
parent 847109baea
commit e35ee2f6ca
66 changed files with 213 additions and 883 deletions

View File

@@ -15,13 +15,6 @@ using SymPy
```{julia}
#| echo: false
#| results: "hidden"
using CalculusWithJulia.WeaveSupport
const frontmatter = (
title = "The Gradient, Divergence, and Curl",
description = "Calculus with Julia: The Gradient, Divergence, and Curl",
tags = ["CalculusWithJulia", "integral_vector_calculus", "the gradient, divergence, and curl"],
);
nothing
## used in other blocks
_bar(x) = sum(x)/length(x)
@@ -1676,4 +1669,3 @@ raw" ``rh'(r)e_\phi``"
answ=1
radioq(choices, answ)
```