Configuring IJulia in MacOS

Hello,
I have been trying to install Julia into a MacOS, which I am not yet familiar with. As advided by the installation page, I tried:

curl -fsSL https://install.julialang.org | sh

I have added IJulia Package. But upon calling notebook(), I could not find the Julia kernel in the Jupyter notebook(). I would really appreciate any insights on how to get the notebook to recognize the Julia kernel.
Thanks and regards!

Sounds like it might be related to a change in the latest release: Fix macOS default Jupyter data directory to prioritize Application Su… by arafune · Pull Request #1238 · JuliaLang/IJulia.jl · GitHub

What does jupyter --data-dir show on your system?

1 Like