JuliaLang / IJulia.jl

Julia kernel for Jupyter
MIT License
2.78k stars 409 forks source link

IJulia is not starting julia 1.9 kernel #1076

Closed dove88 closed 1 year ago

dove88 commented 1 year ago

IJulia is not starting julia 1.9 kernel, It works fine with 1.8 version

bjarthur commented 1 year ago

it could be that you need to conda update nbconvert

stevengj commented 1 year ago

Works for me. I didn't update anything about conda.

See also the Debugging section of the manual: https://julialang.github.io/IJulia.jl/stable/manual/troubleshooting/#Debugging-IJulia-problems

bjarthur commented 1 year ago

when running remotely on a headless machine, i was getting ImportError: cannot import name 'contextfilter' from 'jinja2'. upgrading nbconvert fixed it.

dove88 commented 1 year ago

Thank you, actually i forgot to build the IJulia, it is working fine now...