First of all, the error message makes it clear that you need to specify the 
notebook now:

$ ./sage -notebook ~/.sage/sage_notebook.sagenb
CRITICAL:root:unknown notebook: /home/vbraun/.sage/sage_notebook.sagenb
Error, notebook must be one of default, ipython, sagenb but got 
/home/vbraun/.sage/sage_notebook.sagenb

However, there is a bug with sagenb positional arguments. With  #17439 
(needs review) the following works:

sage --notebook=sagenb "/path/to/mysagenotebook.sagenb"



On Wednesday, December 3, 2014 10:52:31 AM UTC, slelievre wrote:
>
> In this question on ask-sage
>
>
> http://ask.sagemath.org/question/25092/sage-641-modification-notebook-order-in-shell-mode/
>
> a user says calling
>
>     sage -notebook "/path/to/mysagenotebook.sagenb"
>
> no longer works in Sage 6.4.1, while it worked in Sage 6.3.
>
> Is this linked to the recent incorporation of the ipython notebook
> and related changes in syntax for launching the notebook with
> certain options?
>
> slelievre
>

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

Reply via email to