Ask Your Question
2

[Updated] Sagenb via Simple Sage Server API

asked 2011-07-15 15:33:44 +0200

ted gravatar image

updated 2011-07-25 15:42:26 +0200

Hi!

I know Sage has a simple server API that you can start/moniter a Sage calculation via a terminal. But is there a way to use it to access existing Worksheets that are already in SageNB?

In reference to the Simple Server API here: http://www.sagemath.org/doc/reference...

edit retag flag offensive close merge delete

Comments

Do you mean have the server save it to a file? Or have the client do it?

Mike Hansen gravatar imageMike Hansen ( 2011-07-20 00:36:00 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-07-28 16:29:06 +0200

Mike Hansen gravatar image

There isn't a way to do this with the simple server API. Basically, when you create a session with the simple server API, it creates a new worksheet behind the scene that you interact with. So, you can't do things like access objects in memory for another running worksheet, etc. If you really want to, you could play around directly with the worksheet paths and access files that are produced, but this is probably a bit more low-level than what you had in mind.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2011-07-15 15:33:44 +0200

Seen: 432 times

Last updated: Jul 28 '11