Install Julia from the official website. You can also use a package manager:
brew install julia # macOS
sudo apt install julia # Debian/UbuntuInstall the IJulia package:
julia -e 'using Pkg; Pkg.add("IJulia")'Either use an IDE like VSCode, or use the command line:
jupyter notebook