From 864f19750c3b58c8c09cfd57ef7622f6bdd38b04 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 14 Nov 2023 22:22:56 +0300 Subject: Jupyter integration improvements: support $APPLAUSE_OPTS and document how to display graphics and rich text --- ilua-wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ilua-wrapper.sh') 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 "$@" -- cgit v1.2.3