diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-11-15 00:08:08 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-11-15 00:08:08 +0300 |
commit | 429991e37fc9ca4aeb49cf05db6819f735efe5b3 (patch) | |
tree | 3c0b39fb45b20d31f32c38f021101ce44dd6e573 /README.md | |
parent | 495cc33733844aa9aa82f9f667e5d6625748f69e (diff) | |
download | applause2-429991e37fc9ca4aeb49cf05db6819f735efe5b3.tar.gz |
Added Jupyter notebook example
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |