Skip to content

Commit

Permalink
AppImage: hopefully fixed launching the Jupyter notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaberkorn committed May 21, 2024
1 parent bd705fe commit db3a945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db3a945

Please sign in to comment.