Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This is really easy, I'm pleased as punch that this actually works, I'd never tried it.

  • Create a file. I made foo.sage, whose entire content is g(x)=x^2. I put it in my home directory.
  • Do load("~/foo.sage"), or whatever is appropriate for where your script lives.
  • Enjoy!

This should work with .py files as well. It's conceivable that you'll need appropriate permissions, etc. If this isn't the question you're asking, please update your question.

This is really easy, I'm pleased as punch that this actually works, I'd never tried it.

  • Create a file. I made foo.sage, whose entire content is g(x)=x^2. I put it in my home directory.
  • Do load("~/foo.sage"), or whatever is appropriate for where your script lives.
  • Enjoy!

This should work with .py files as well. It's conceivable that you'll need appropriate permissions, etc. If this isn't the question you're asking, please update your question.

If you have custom data to use as well, the best thing to do is see if the DATA variable will do what you need. This is documented in the "Help" link at the top of the notebook, and it should be pretty easy to upload an appropriate data file there as need be.