many edits
This commit is contained in:
@@ -1,21 +1,8 @@
|
||||
---
|
||||
format:
|
||||
html:
|
||||
header-includes: |
|
||||
<script src="https://cdn.plot.ly/plotly-2.11.0.min.js"></script>
|
||||
---
|
||||
|
||||
# JavaScript based plotting libraries
|
||||
|
||||
|
||||
{{< include ../_common_code.qmd >}}
|
||||
|
||||
:::{.callout-note}
|
||||
## Plotly and Quarto
|
||||
There are some oddities working with `Plotly`, `Julia`, and Quarto that require some hand editing of an HTML file. If the images are not shown below, there was an oversight. A reported issue would be welcome.
|
||||
|
||||
:::
|
||||
|
||||
This section uses this add-on package:
|
||||
|
||||
|
||||
@@ -23,12 +10,6 @@ This section uses this add-on package:
|
||||
using PlotlyLight
|
||||
```
|
||||
|
||||
```{julia}
|
||||
#| echo: false
|
||||
PlotlyLight.src!(:none)
|
||||
nothing
|
||||
```
|
||||
|
||||
To avoid a dependence on the `CalculusWithJulia` package, we load two utility packages:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user