lots of cleanup

This commit is contained in:
jverzani
2026-08-11 17:17:08 -04:00
parent ae461659e0
commit 253295ff6e
91 changed files with 18284 additions and 7872 deletions

View File

@@ -1,3 +1,10 @@
```{julia}
#| echo: false
# comment this out for plotly graphics!!!
using Plots
plotly(); # gr()
```
```{julia}
#| output: false
#| echo: false
@@ -32,7 +39,7 @@ nothing
```{julia}
#| output: false
#| echo: false
fig_size=(800, 600)
fig_size= (800, 600)
nothing
```
@@ -46,6 +53,18 @@ Logging.disable_logging(Logging.Warn)
nothing
```
```{julia}
#| echo: false
#| eval: false
#| message: false
# This is too noisy to keep
using AbbreviatedStackTraces
ENV["JULIA_STACKTRACE_ABBREVIATED"] = true
ENV["JULIA_STACKTRACE_MINIMAL"] = true
nothing
```
```{julia}
#| eval: false
#| echo: false