numbl 0.0.13 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/dist-cli/cli.js +1126 -110
- package/dist-plot-viewer/assets/index-Cq2LSaYL.js +4426 -0
- package/dist-plot-viewer/index.html +2 -2
- package/package.json +14 -4
- package/dist-plot-viewer/assets/index-T0rky3bg.js +0 -4426
package/README.md
CHANGED
|
@@ -8,6 +8,10 @@ Numbl is an open-source numerical computing environment that aims to be compatib
|
|
|
8
8
|
|
|
9
9
|
You can try numbl directly in the browser at <https://numbl.org> — no installation required. All execution happens locally in your browser. Note that the browser version has limited functionality and is slower than the desktop/command-line version.
|
|
10
10
|
|
|
11
|
+
## Embedding in web pages
|
|
12
|
+
|
|
13
|
+
Numbl scripts can be embedded in HTML and Markdown pages (including GitHub Pages). See the [numbl-embed-example](https://magland.github.io/numbl-embed-example/) for usage info and a [live demo](https://magland.github.io/numbl-embed-example/example1).
|
|
14
|
+
|
|
11
15
|
## Installation
|
|
12
16
|
|
|
13
17
|
```bash
|
|
@@ -50,4 +54,4 @@ Apache 2.0.
|
|
|
50
54
|
|
|
51
55
|
## Acknowledgements
|
|
52
56
|
|
|
53
|
-
See [
|
|
57
|
+
See [acknowledgements.md](docs/acknowledgements.md).
|