From db3a945c7d4a618a4fcf959571933a498820f772 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 21 May 2024 21:25:03 +0300 Subject: AppImage: hopefully fixed launching the Jupyter notebook --- AppImage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppImage.yml b/AppImage.yml index b2cfa59..6256842 100644 --- a/AppImage.yml +++ b/AppImage.yml @@ -50,7 +50,7 @@ script: - cd ~/ - if [ "$1" = cli ]; then shift; exec lua "$@"; fi - if [ "$1" = ilua ]; then shift; exec python3 "$APPDIR/usr/bin/ilua" "$@"; fi - - exec python3 "$APPDIR/usr/bin/jupyter" notebook --MultiKernelManager.default_kernel_name=lua "$@" + - exec python3 "$APPDIR/usr/bin/jupyter-notebook" --MultiKernelManager.default_kernel_name=lua "$@" - EOF - chmod a+x ./usr/bin/applause # Some thinning - remove unneeded files -- cgit v1.2.3