Hi all,
I tried to bring up a server on a new machine:
compiled sage version 4.3.3 from scratch and tested it.
Starting the server with
notebooks_start.py
import sagenb.notebook.notebook_object as n
server_pool=['[email protected]']
n.notebook( port=8000, accounts=True, interface='',
directory='/home/sage/sage_dir',
server_pool=server_pool,
secure=True, open_viewer=False,
ulimit='-v 2000000')
lets me open a browser and login to https://company.com:8000,
create, edit, save and publish worksheets.
**** Trying to execute code in a cell however hangs?! ***
Interrupting the computation causes
an output " got EOF subprocess must have crashed..."
in the server log.
What do I need to look for to resolve this?
Thanks!
--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org
To unsubscribe from this group, send email to
sage-support+unsubscribegooglegroups.com or reply to this email with the words
"REMOVE ME" as the subject.