Attaching files doesn't work either on the notebook. Basically, nothing of the server interaction in the notebook is doctested so it tends to not work.
On Saturday, October 19, 2013 11:33:13 PM UTC+1, John H Palmieri wrote: > > > > On Saturday, October 19, 2013 11:46:17 AM UTC-7, Андрей Ширшов wrote: >> >> >> Hello! >>> Sage 5.12 doesn't see init.sage file in $DOT_SAGE >>> >> > I don't see this behavior: Sage 5.12 sees my init.sage file perfectly, at > least from the command line. > > >> I found this bug in such way: >>> >>> >>import os >>> >>os.environ['SAGE_STARTUP_FILE'] >>> /home/andrei/.sage//init.sage >>> The problem is in file $SAGE_ROOT/spkg/bin/sage-env >>> >>> There is line SAGE_STATUP_FILE = "$DOT_SAGE/init.sage" in this file >>> I replaced this line to: >>> SAGE_STATUP_FILE = "home/andrei/.sage/init.sage" >>> After that sage see my init.sage file >>> Thanks. >>> >> >> After that manipulation sage see init.sage, but sage notebook don't see >> ((( >> > > Reading init.sage from the notebook seems to be broken. See > http://ask.sagemath.org/question/3084/notebook-and-initsage and > http://trac.sagemath.org/ticket/15308. > > -- > John > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/groups/opt_out.
