Skip to content
Snippets Groups Projects
Commit 9babc554 authored by Michele Nottoli's avatar Michele Nottoli
Browse files

Modified install with my fork of WorkshopWizard.

parent cdacf79e
No related branches found
No related tags found
No related merge requests found
using Pkg using Pkg
Pkg.add(url="https://github.com/carstenbauer/WorkshopWizard.jl/") Pkg.add(url="https://github.com/mnottoli/WorkshopWizard.jl/")
using WorkshopWizard using WorkshopWizard
if Sys.iswindows() if Sys.iswindows()
...@@ -7,11 +7,11 @@ if Sys.iswindows() ...@@ -7,11 +7,11 @@ if Sys.iswindows()
else else
path = homedir() path = homedir()
end 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, path,
global_IJulia=true, global_IJulia=true,
auto_overwrite=false) auto_overwrite=false)
if success 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 end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment