sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.17k stars 216 forks source link

sagews: jupyter mode can't handle 'text/latex' messages #5293

Closed haraldschilly closed 3 weeks ago

haraldschilly commented 3 years ago

originally reported at https://github.com/sagemathinc/cocalc-example-files/issues/21

fix running this in a sagews:

p3 = jupyter("python3")
---
%p3
from IPython.core.display import HTML
HTML('<iframe src="https://en.m.wikipedia.org/" width="95%" height=350>')
williamstein commented 2 months ago

Tagging this as wontfix, because it will be fixed indirectly by creating a sage worksheet style mode (and kernel) for Jupyter notebooks. That will be https://github.com/sagemathinc/cocalc/issues/6374.