Skip to content

Commit 766be4e

Browse files
fix(binder): update project path in start script for Pluto notebook
1 parent 0bb700f commit 766be4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

binder/start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -euxo pipefail
33

44
# Start Pluto on the Binder port and open your notebook
5-
exec julia --project=binder -e 'import Pluto; import WGLMakie; WGLMakie.activate!(); using PlutoStyles; Pluto.run(host = "0.0.0.0", port = parse(Int, get(ENV, "PORT", "8888")), launch_browser = false, require_secret_for_open_links=false, require_secret_for_access=false)'
5+
exec julia --project=/home/jovyan/binder -e 'import Pluto; import WGLMakie; WGLMakie.activate!(); using PlutoStyles; Pluto.run(host = "0.0.0.0", port = parse(Int, get(ENV, "PORT", "8888")), launch_browser = false, require_secret_for_open_links=false, require_secret_for_access=false)'

0 commit comments

Comments
 (0)