Font missed    
   While I input
pretty_print(sqrt(2))
 it gets the following in notebook():
  ???
?? 2
 It tested in Sage-4.7.2/4.7.1? What's wrong here?
Thanks inadvance
You can install the jsmath-image-fonts package on the server side, or you can install the jsmath fonts on your client. Right now, it's falling back to unicode, which apparently is causing problems with your browser.
See http://www.math.union.edu/~dpvc/jsMat... for installing tex fonts on your computer.
"Soon" we will switch to mathjax, which won't have this problem anymore.
The result is as like:
\/"""2
where """ is the missed character, _, U23BD.
Asked: 2011-11-22 06:57:29 +0100
Seen: 1,077 times
Last updated: Nov 23 '11
 
                
                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.