| 1 | initial version |
Hi Cyrille
What OS and What Sagemath notebook ?
for me with Ubuntu 18.04 and Sagemath notebook 9.0 it is working with putting:
.output_png {
display: table-cell;
text-align: center;
margin:auto;
}
.prompt
display:none;
}
at the end in my css file:./local/lib/python3.7/site-packages/notebook/static/custom/custom.css
like it is recommended in the link above.

Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.