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 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 [ACKNOWLEDGEMENTS.md](ACKNOWLEDGEMENTS.md).
57
+ See [acknowledgements.md](docs/acknowledgements.md).