Lisa ipython startup issue with Vagrant VM
Created by: Fixfire
Hello,
I'm experiencing issues with the command lisa-ipython start
after the setup of the Vagrant VM.
In particular, after the command, the process exits in this way
[1]+ Exit 127 nohup $cmd notebook --ip=$IPADDR --port=$PORT --NotebookApp.token=$TOKEN > $LOGFILE 2>&1 (wd: ~/lisa/ipynb)
I read the ipynb/server.log
and I found this error
nohup: failed to run command 'jupyter': No such file or directory
In fact in the /lisa/src/shell/lisa_shell
script if iphyton
is not found the default command uses jupyter
.
But both which ipython
and which jupyter
return empty sets.
So it seems that during the setup of the environment of the VM there is some problems with the installation of ipython or jupiter in the install_base_ubuntu.sh
I manually installed ipython
and ipython-notebook
packages and at the end the lisa-ipython start
succeeded.
But... I cannot see any file inside the ipynb folder in the browser.
Thanks in advance for your help.