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 /ilua-wrapper.sh | |
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 'ilua-wrapper.sh')
-rwxr-xr-x | ilua-wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ilua-wrapper.sh b/ilua-wrapper.sh index 344de5d..b5494f8 100755 --- a/ilua-wrapper.sh +++ b/ilua-wrapper.sh @@ -5,4 +5,4 @@ # Thirdly, if you create a symbolic link to lua in a Python environment of ILua, this invoke # Applause by default and it will even work with Jupyter Notebooks without further tweaks. cd $(dirname $(readlink -m "$0")) -exec ./applause -o 2 "$@" +exec ./applause $APPLAUSE_OPTS "$@" |