Did you ever figure out how to make this work? I am trying to do the same thing but am getting kernel restarts when running any of the commands
jl = Julia() # with or without compiled_modules=False
from julia import Pkg
from julia import Main
All of these run fine from a python session outside jupyter, so I don’t think it’s anything fundamentally wrong with the Julia installation. I can run JuliaInfo from within the notebook, and things like bindir and libpython_path look correct. Any suggestions on fixing or debugging this would be appreciated!