diff options
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. |