From 01c5b5310bd707382462430fac5c243f40a9628a Mon Sep 17 00:00:00 2001 From: Michele Nottoli <michele.nottoli@gmail.com> Date: Wed, 11 Oct 2023 19:31:09 +0200 Subject: [PATCH] Added a file to properly start the notebook with various versions. --- start_notebook.jl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 start_notebook.jl diff --git a/start_notebook.jl b/start_notebook.jl new file mode 100644 index 0000000..234933d --- /dev/null +++ b/start_notebook.jl @@ -0,0 +1,4 @@ +using Pkg +Pkg.activate(".") +using IJulia +notebook(dir=pwd()) -- GitLab