Carl Witty wrote: > On Mar 6, 12:53 pm, Jason Grout <[EMAIL PROTECTED]> wrote: >> As another option, though, how about >> having the S or Sage namespace include all of the global namespace (at >> least the default global namespace), so that S.pi (or Sage.pi) would >> always refer to the sage system pi (as opposed to having to find that pi >> is sage.functions.constants.pi). > > William mentions that sage.all is this default global namespace; if > you want a shorter name, you can do: > > sage: import sage.all as S > sage: S.pi > pi
Between William pointing out the incredibly hard to remember "reset" command and Carl pointing out a way to make the fairly easy sage.all.blah into the extremely easy S.blah, my concerns are resolved. Thanks for the helpful tips! Jason --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---