Skip to content

Commit

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

IJulia.installkernel("julia", "--project=$(abspath(dir(@__DIR__)))")
# $(abspath(dirname(@__DIR__)))
IJulia.installkernel("julia", "--project=@.")
jupyter_path = joinpath(Conda.BINDIR, "jupyter")
if !isfile(jupyter_path)
Conda.add("jupyter")
Expand Down

0 comments on commit ae76c68

Please sign in to comment.