Has anyone had a problem running julia from a jupyter notebook?
I have looked at how-to pages like this one and this one, which all pretty much recommend the same series of steps:
- Open the terminal, launch Julia, and
Pkg.add("IJulia").
I follow this step and got the following output
Resolving package versions... Updating `~/.julia/environments/v1.7/Project.toml` [7073ff75] + IJulia v1.23.3 Updating `~/.julia/environments/v1.7/Manifest.toml` [7073ff75] + IJulia v1.23.3 [b85f4697] + SoftGlobalScope v1.1.0 [c2297ded] + ZMQ v1.2.1 [8f1865be] + ZeroMQ_jll v4.3.4+0 [a9144af2] + libsodium_jll v1.0.20+0 - Launch a Jupyter session and choose a Julia kernel.
I'm able to launch a Jupyter session. However, when I click new, all my option are Python kernels. I don't see anywhere to launch a Julia kernel.
Has anyone run into a similar problem??
I am running macOS Monterey, version 12.4, Apple M1 Max Chip.
My julia is 1.7.2