Hi

I am trying to open a process that should outlive the parrent process. 
According to the documentation the detach function should enable this. But if i 
run:
    julia>p=spawn(detach(`julia -e "using IJulia; IJulia.notebook()"`))
It starts a notebook server but when i close the Julia terminal where i 
executed the spawn command the notebook server dies. Is it a bug, or do i do 
something wrong?

Best regards Daniel

Reply via email to