Skip to content

Commit

Permalink
set up jupyter kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Jul 24, 2024
1 parent cdb2537 commit 389a132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ijulia.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ using RCall
using Weave
using Test

IJulia.installkernel("julia", "--project=$(abspath(dir(@__DIR__)))")
jupyter_path = joinpath(Conda.BINDIR, "jupyter")

if !isfile(jupyter_path)
Conda.add("jupyter")
end
Expand Down

0 comments on commit 389a132

Please sign in to comment.