diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-05-21 21:25:03 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-05-21 21:25:03 +0300 |
commit | db3a945c7d4a618a4fcf959571933a498820f772 (patch) | |
tree | 34132c37fad03cf5ea94d6a1cd43a18b334e26d5 /AppImage.yml | |
parent | bd705feab6cdf50f11c3d7a265a3f157a750ec71 (diff) | |
download | applause2-db3a945c7d4a618a4fcf959571933a498820f772.tar.gz |
AppImage: hopefully fixed launching the Jupyter notebook
Diffstat (limited to 'AppImage.yml')
-rw-r--r-- | AppImage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |