It looks to me as if it is not possible to start an ipython notebook from the Sage command line using the notebook() function. Whether or not (and I hope that someone who knows will post) this should be documented in the notebook() function's docstring. But I think that the ipython notebook is still experimental.
John On 28 January 2015 at 16:30, mjs <[email protected]> wrote: > > > On Wednesday, January 28, 2015 at 10:20:46 AM UTC-5, kcrisman wrote: >>> >>> > One more question, though: Is there a way to set the notebook type >>> > inside >>> > the Sage shell? >>> >> >> Do you mean >> >> sage: notebook() > > > Yes, that's what I meant. > >> >> >> I would imagine that >> >> sage: notebook? >> >> will tell you the answer to that; probably it would be the first argument, >> though I haven't tried launching the ipynb myself. > > > I don't see anything in that documentation that mentions the notebook type > or any of the possible types. There are references to sagenb, but mostly as > entries in directory paths. Making the type a positional argument (in the > first position) results in "name 'xxx' is not defined". > > > -- > 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/d/optout. -- 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/d/optout.
