Open ivanistheone opened 2 years ago
Looks like the Live extension is broken in the docs. The main Live site still works. Maybe the jquery that Sphinx uses is not compatible with the version expected by Live?
Note that the dev version of the docs has removed the Live extension, and this will also be the case in the next release. However, if we can easily hotfix the current "latest" version to fix this, we should.
Clicking on the second example in https://docs.sympy.org/latest/tutorial/calculus.html
>>> diff(cos(x), x)
opens the live shell sidebar with a spining indicator running, and never return the answer due to:Looking in the network tab I see the POST to evaluate succeeded and returned the correct ans:
so the live-shell backend is working.
it must be some frontend thing on the docs page