rm WeaveSupport
This commit is contained in:
@@ -16,12 +16,6 @@ using SymPy
|
||||
```{julia}
|
||||
#| echo: false
|
||||
#| results: "hidden"
|
||||
using CalculusWithJulia.WeaveSupport
|
||||
const frontmatter = (
|
||||
title = "Green's Theorem, Stokes' Theorem, and the Divergence Theorem",
|
||||
description = "Calculus with Julia: Green's Theorem, Stokes' Theorem, and the Divergence Theorem",
|
||||
tags = ["CalculusWithJulia", "integral_vector_calculus", "green's theorem, stokes' theorem, and the divergence theorem"],
|
||||
);
|
||||
|
||||
# some useful helpers for drawing
|
||||
_bar(x) = sum(x)/length(x)
|
||||
@@ -1593,4 +1587,3 @@ choices = [
|
||||
answ = 1
|
||||
radioq(choices, answ, keep_order=true)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user