From 9babc554c17cc98c3461d08ad9c37d4ca0ceb575 Mon Sep 17 00:00:00 2001 From: Michele Nottoli <michele.nottoli@gmail.com> Date: Wed, 4 Oct 2023 18:28:49 +0200 Subject: [PATCH] Modified install with my fork of WorkshopWizard. --- install.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.jl b/install.jl index e54ada3..141c239 100644 --- a/install.jl +++ b/install.jl @@ -1,5 +1,5 @@ using Pkg -Pkg.add(url="https://github.com/carstenbauer/WorkshopWizard.jl/") +Pkg.add(url="https://github.com/mnottoli/WorkshopWizard.jl/") using WorkshopWizard if Sys.iswindows() @@ -7,11 +7,11 @@ if Sys.iswindows() else path = homedir() end -success = WorkshopWizard.install(;repo="https://gitlab.mathematik.uni-stuttgart.de/stammbn/julia-seminar", +success = WorkshopWizard.install(;repo="https://gitlab.mathematik.uni-stuttgart.de/stammbn/Julia-seminar", path, global_IJulia=true, auto_overwrite=false) if success - @info "That's it. Start the notebook server with 'using IJulia; notebook(dir=\"$path/https://gitlab.mathematik.uni-stuttgart.de/stammbn/julia-seminar\")' ..." + @info "That's it. Start the notebook server with 'using IJulia; notebook(dir=\"$path/Julia-seminar\")' ..." end -- GitLab