-
My colleagues and I are very much enjoying using Quarto for literate programming with Julia (and looking forward to this Juliacon presentation by @jjallaire on Friday). If a Julia user doesn't have jupyter installed when they add the IJulia.jl package a Conda instance (currently the miniforge flavor IIRC) will get installed in their What would be a good way of having this location recognized as |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I second this entirely! If possible, it would make sense to use the jupyter version that is bundled with IJulia.jl, rather than having multiple installations on the same system. |
Beta Was this translation helpful? Give feedback.
-
You can define a |
Beta Was this translation helpful? Give feedback.
-
I have just made a change to have Quarto look specifically for the IJulia installed Conda whenever we are using a Julia kernel. This is available in our v1.1.77 pre-release: https://quarto.org/docs/download/prerelease.html. This should mean that users don't need to worry about having a separate Jupyter installation and should also be more reliable as the IJulia bundled kernel seems less likely to have installation/configuration vagaries that could muck things up. |
Beta Was this translation helpful? Give feedback.
I have just made a change to have Quarto look specifically for the IJulia installed Conda whenever we are using a Julia kernel. This is available in our v1.1.77 pre-release: https://quarto.org/docs/download/prerelease.html.
This should mean that users don't need to worry about having a separate Jupyter installation and should also be more reliable as the IJulia bundled kernel seems less likely to have installation/configuration vagaries that could muck things up.