Some more information about thebe vs sage cell server: https://sage-package.readthedocs.io/en/latest/sage_package/thebe.html#thebe-versus-sagemath-cell
Jason On Fri, Nov 30, 2018 at 7:09 PM Jason Grout <[email protected]> wrote: > Min Ragan-Kelly (one of the original developers in the Jupyter/IPython > community) built ThebeLab, which has some similar features to the Sage cell > server and supports ipywidgets: https://github.com/minrk/thebelab > > Examples: https://minrk.github.io/thebelab/ > Widgets support: https://minrk.github.io/thebelab/widgets.html > > Thanks, (and thanks again to Andrey for the incredible amount of time and > expertise he brings to the sage cell server for many years!) > > Jason > > > On Fri, Nov 30, 2018 at 5:48 PM Kwankyu Lee <[email protected]> wrote: > >> It would be nice if sagecell could work with arbitrary jupyter widgets. I >>>> have some questions. >>>> >>>> (1) Do you think that this is technically possible at all? >>>> >>> >>> It is definitely possible as SageMathCell builds on IPython kernels, >>> mostly it is just about passing messages between the JS client side and >>> Python server kernels. Done "the right way" it may be even simpler than the >>> current framework. But I don't know this right way yet, so it is not >>> something quick for me. >>> >> >> I see. >> >> (2) Is someone already working toward this goal? >>>> >>> >>> As fas as I know nobody is working on any part of SageMathCell except >>> for me. I do have this as an important long term goal but hesitate to give >>> any completion schedule. There are still some things regarding kernel >>> management that I want to implement first. Would you like to volunteer to >>> work on widgets?-) >>> >> >> I don't know the right way, like you, and worse still I don't understand >> sagemathcell, unlike you :-) >> >> I would set as my own long term goal to understand both sides, and could >> help you someday. Currently I cannot afford adequate time to do any >> significant work on that. >> >> >>> (3) Or conversely, are you aware of any project in jupyter side >>>> developing a sagecell-like server software that works with all jupyter >>>> widgets? >>>> >>> >>> I am not and I guess the answer depends on definition of "sagecell-like" >>> ;-) SageNB and CoCalc are also web-interfaces to Sage. >>> >> >> I meant a single cell server to embed sage code, interacts, and jupyter >> widgets into any web page. >> >> As far as I know, presently Jason Grout seems the only person that has >> expertise on all things for this mission... >> >> Thanks! >> >> >> Kwankyu >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sage-cell" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sage-cell/ff616ad0-ece9-47dc-b49d-7db9f7cbc0bf%40googlegroups.com >> <https://groups.google.com/d/msgid/sage-cell/ff616ad0-ece9-47dc-b49d-7db9f7cbc0bf%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "sage-cell" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-cell/CAPDWZHw%2By0p_kDSUDGhhFbMDy73FyCPOXBrA8ko4w1ciqG5Ucw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
