On Sun, Dec 4, 2016 at 5:59 PM, Thomas Judson <
twju...@gmail.com> wrote:
> (1) Is it possible to call subroutines in a Sage worksheet that were written in a different worksheet?
No, the best way to accomplish this, is to write them into a separate
.py python file.
>
> (2) When I am creating a course in SMC, what is the best way to add a batch of students. If I only have 15 students in course, it is pretty easy to add them one-by-one, but if I am adding 200 calculus students to a course, I would like to find an efficient way of doing this.
You can add a comma separated list of email addresses.
>
> (3) What is the best way to move file, folders, and courses from one project to another?
Select it in the files view and copy them to another project.
Afterwards, delete them. I'm not sure about moving courses, though.
Maybe the best way is to add new collaborators to the project and
maybe remove some others? It would be interesting to know what you are
actually trying to accomplish by this.
-- harald