aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2023-11-15 00:08:08 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2023-11-15 00:08:08 +0300
commit429991e37fc9ca4aeb49cf05db6819f735efe5b3 (patch)
tree3c0b39fb45b20d31f32c38f021101ce44dd6e573 /README.md
parent495cc33733844aa9aa82f9f667e5d6625748f69e (diff)
downloadapplause2-429991e37fc9ca4aeb49cf05db6819f735efe5b3.tar.gz
Added Jupyter notebook example
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6e2eac2..e6a8e5f 100644
--- a/README.md
+++ b/README.md
@@ -130,8 +130,8 @@ Please note the following restrictions/bugs:
* You cannot publicly host the Jupyter Notebook as the sound is generated on the host machine.
* You cannot currently interrupt an endlessly running stream without restarting the kernel
(see this [ILua bug](https://github.com/guysv/ilua/issues/1)).
-* ILua does not work well with our custom Stream:tostring() metamethods
+* ILua does not work well with our custom `Stream:_tostring()` metamethods.
+ As a workaround, invoke `tostring()` manually on Streams.
* The output of other functions like Stream:toplot() is garbled.
-* You cannot currently output rich text or graphics -
- it would be really cool if we could display SVG generated by gnuplot in notebook cells for instance.
- There is a [workaround](https://github.com/guysv/ilua/issues/5), though.
+* You cannot currently output rich text or graphics.
+ There is a working [workaround](https://github.com/guysv/ilua/issues/5), though.