diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-11-14 22:22:56 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-11-15 00:00:56 +0300 |
commit | 864f19750c3b58c8c09cfd57ef7622f6bdd38b04 (patch) | |
tree | 22714f55194144cd0be9cd4c9e0f29eb0ddb638a /TODO | |
parent | 93596df1755400c3eac5686668fd4a5d5728b474 (diff) | |
download | applause2-864f19750c3b58c8c09cfd57ef7622f6bdd38b04.tar.gz |
Jupyter integration improvements: support $APPLAUSE_OPTS and document how to display graphics and rich text
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ For Stream:play() this is solved differently. * The MIDIStream should be flushed when starting via Stream:play(). * There are lots of limitations with Jupyter servers (see README). + Perhaps it would be better to use xeus-lua, but that would require us to refactor everything + into a proper Lua library. + https://github.com/jupyter-xeus/xeus-lua # Features |