notebook api: new worksheet
Hello I am here again for a second question:
I proxy connections to SAGE notebook, because I tried the API documented at
http://www.sagemath.org/doc/reference/sagenb/simple/twist.html
but I didn't succeed.
To my needing in this stage of early development is ok to proxy connections to notebook worksheet pages, hijacking the session cookie, but I'd like to be able to create new worksheets on the fly. I know it is a bit weird, but is it feasible in your opinion?
TIA Luca
As far as I know, that API is deprecated. You may be interested in the probably successor to this, https://github.com/sagemath/sagecell
More than deprecated---it doesn't work on the new notebook (like sagenb.org, etc.)