Hi,

I've tried 
sage-6.10.rc1-Ubuntu_14.04-x86_64.tar.bz2
on a x86-64 laptop with Ubuntu 14.04. 
I've noticed some issues:

1/  The patching at first run took ages (12 min on Intel Core i5-2410 M 
with 4 GB RAM)
   (maybe one should warn the user about this, since he might expect a 
binary to run 
   out of the box)

2/  The Jupyter notebook opened with ./sage -n jupyter starts with an error 
message

Failed to retrieve MathJax from '/nbextensions/mathjax/MathJax.js'

Math/LaTeX rendering will be disabled.

If you have administrative access to the notebook server and a working 
internet connection, you can install a local copy of MathJax for offline 
use with the following command on the server at a Python or Jupyter prompt:

>>> from Jupyter.external import mathjax; mathjax.install_mathjax()

This will try to install MathJax into the Jupyter source directory.

If Jupyter is installed to a location that requires administrative 
privileges to write, you will need to make this call as an administrator, 
via 'sudo'.

When you start the notebook server, you can instruct it to disable MathJax 
support altogether:

$ ipython notebook --no-mathjax

which will prevent this dialog from appearing.

Indeed LaTeX rendering (switched on with %display latex) failed (empty 
output).  

On the *same* computer, there is no such issue with the Jupyter notebook 
launched from sage 6.10.rc1 compiled from sources.

3/ There is no display (blank space) of 3D plots (e.g. sphere()) in the 
Jupyter notebook.
Again, there is no such issue in  the Jupyter notebook launched from sage 
6.10.rc1 compiled from sources.

Eric.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to