sagemath / sagecell

The Sage Cell Server---providing a way to embed Sage computations into any web page.
Other
201 stars 70 forks source link

Global jQuery object and return of `cellInfo` #556

Closed siefkenj closed 2 years ago

siefkenj commented 2 years ago

This PR initializes the global jQuery and $ objects if they are uninitialized. It also returns the cellInfo object, if possible, from makeSagecell, resolving #555

novoselt commented 2 years ago

Thank you, Jason!