I have installed julia (on ubuntu 20.04) and want to run it in notebook. For this I used:
Pkg.add("IJulia")
using IJulia
notebook()
But in the end it opens this:
[ Info: running `/usr/bin/snap notebook`
Process(setenv(`/usr/bin/snap notebook`; dir="/home/myname"), ProcessExited(64))
But the browser with the notebook does not open, as promised in the tutorials. Please tell me what am I doing wrong?