- How can I delete / hide the star in the upper right corner? The one that has to do with bookmarks. Use "hide: permalink" and "hide" the entire cell.
- Using the same program, I change the "printt" to "pretty_print". When I make the change in Jupiter notebook it works fine (well not very pretty) but when I do it using Sage-Cell prints nothing. Should I change anything else?
Hello Andrey,sorry for the confusing question I meant when I use "hide: permalink" the cell is not displayed at all
Regarding pretty_print was my mistake. I set MathJax erroneously, I use AM_CHTML which only works for AsciiMath. I changed it to TeX-MML-AM_HTMLorMML which also works for MathML (and LaTex) and now it works but not so pretty. I need to work a little more on that
Hello AndreyI did not know LatexExpr() and I would not have realized its existence in years.Thanks for your helpNow I have problems with the web page layout:As you can see in the previous code, spaces are included when I use print (in green) but this is not the case when I use pretty_print (in blue)