Hi,
I am still trying to get sagemathcloud to work locally in order to be
able to test it and modify it.
I am almost there.
One thing which was not obvious to me is that sagemath needs to be
installed previous to installing sagemathcloud. It is now done and I
can run sage worksheets in SMC, I can also run a terminal and some
latex.
The only thing that is missing now for me is to be able to run a
jupyter notebook in sagemathcloud.
When doing that, the tab is properly created, the ipynb file is created on disk.
However there is nothing on screen except for the message:
"""Failed to start -- unable to connect to remote server"""
I checked that ipython notebook was running fine out of sagemathcloud.
I also checked the logs but could not find any related warning or
error message. Only debug project_exec messages.
Here is the extended install procedure, including instalation of
sagemath and recent ipython notebook:
Pristine Ubuntu 15.10
sudo apt-get install -y python-yaml tmux python-pip ipython git
source /etc/lsb-release && echo "deb
http://download.rethinkdb.com/apt
$DISTRIB_CODENAME main" | sudo tee
/etc/apt/sources.list.d/rethinkdb.list
wget -qO-
https://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
sudo apt-get update
sudo apt-get install rethinkdb
sudo apt-get install python-zmq python-tornado python-markupsafe
python-jsonschema
sudo pip install ipython
sudo pip install notebook ipywidgets
sudo -E apt-add-repository -y ppa:aims/sagemath
sudo -E apt-get update
sudo -E apt-get install sagemath-upstream-binary
curl -sL
https://deb.nodesource.com/setup_5.x | sudo -E bash -
sudo apt-get install -y nodejs
git clone
https://github.com/sagemathinc/smc
cd smc/src
. smc-env
npm run make
python install.py all --compute --web
cd dev/laptop
./tmux-start-all
firefox
http://localhost:5000
Best regards
Sebastien