Ask Your Question
2

[Updated] Sagenb via Simple Sage Server API

asked 13 years ago

ted gravatar image

updated 13 years ago

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...

Preview: (hide)

Comments

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

Mike Hansen gravatar imageMike Hansen ( 13 years ago )

1 Answer

Sort by » oldest newest most voted
1

answered 13 years ago

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.

Preview: (hide)
link

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: 13 years ago

Seen: 531 times

Last updated: Jul 28 '11