Skip to content
Snippets Groups Projects
Select Git revision
  • 8de8da93ece4716b47ac76319b53dc902da4d30a
  • main default
2 results

start_notebook.jl

Blame
  • start_notebook.jl 61 B
    using Pkg
    Pkg.activate(".")
    using IJulia
    notebook(dir=pwd())