Am 2014-10-30 um 15:12 schrieb Volker Braun:
> Notable changes are 
> 
> * OSX 10.10 support
> * SageNB now can do 3d plots without Java, so it is usable again in chrome.
> 
> Please test, especially if you are a notebook user! 

prior to 6.4.beta6, the following worked:

$ /local/sage/sage-6.3/sage -notebook directory=sage.sagenb
...
Please wait while the Sage Notebook server starts...
notebook(directory=r'''sage.sagenb''')
The notebook files are stored in: sage.sagenb
...

Leaving out "directory=" worked, too.

Now, with 6.4.beta6 or 6.4.rc0, I did not find any equivalent method of calling
the sagenb from the command line with a given directory.

I have tried the following without success:

$ /local/sage/sage-6.4.rc0/sage -notebook directory=sage.sagenb
CRITICAL:root:unknown notebook: directory=sage.sagenb
Error, notebook must be one of default, ipython, sagenb but got
directory=sage.sagenb

$ /local/sage/sage-6.4.rc0/sage -notebook sagenb directory=sage.sagenb
Traceback (most recent call last):
...
  File "/local/sage/sage-6.4.rc0/local/lib/python/ast.py", line 79, in _convert
    raise ValueError('malformed string')
ValueError: malformed string

$ /local/sage/sage-6.4.rc0/sage -notebook sagenb sage.sagenb
Traceback (most recent call last):
...
ValueError: malformed string

$ /local/sage/sage-6.4.rc0/sage -notebook sagenb --notebook-dir=sage.sagenb
Traceback (most recent call last):
...
ValueError: malformed string

Regards, CH





-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to