Ask Your Question

jdk2py's profile - activity

2022-03-05 05:31:18 +0200 received badge  Famous Question (source)
2022-03-05 05:31:18 +0200 received badge  Notable Question (source)
2022-03-05 05:31:18 +0200 received badge  Popular Question (source)
2019-09-30 12:00:25 +0200 received badge  Nice Question (source)
2019-09-29 22:05:19 +0200 received badge  Student (source)
2019-09-29 21:16:03 +0200 asked a question I can't show special characters

Hi everyone! Thank you in advance for your time. I'm working in Ubuntu 18.04 and Sagemath 8.1. I want to show a string with special characters, like accents. I don't have problems with printing something like "á" in my Jupyter notebook, but when I use show, I get something like this

PGh0bWw+PHNjcmlwdCB0eXBlPSJtYXRoL3RleDsgbW9kZT1kaXNwbGF5Ij5cbmV3Y29tbWFuZHtcQm9sZH1bMV17XG1hdGhiZnsjMX19XHZlcmJ8w6F8PC9zY3JpcHQ+PC9odG1sPg==

How can I fix this? If somebody could help me, I'll appreciate that too much.

2018-10-01 09:39:26 +0200 received badge  Teacher (source)
2018-10-01 09:39:26 +0200 received badge  Necromancer (source)
2017-03-21 15:43:42 +0200 answered a question printing equations in latex inside cell

You shoul try something like

show(LatexExpr("\int x\cos(x)dx"))