Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 6 years ago

Iguananaut gravatar image

I was able to reproduce the problem, and I realized after some debugging that the unhelpful "An error occurred." is coming from trying to run ImageMagick's convert, which needs to be installed for converting the PDFs to PNGs for display in the browser.

If you install the Windows version of ImageMagick and ensure that it's on your PATH environment variable it should work. In the meantime I've opened an issue for this: https://github.com/sagemath/sage-windows/issues/23

click to hide/show revision 2
No.2 Revision

I was able to reproduce the problem, and I realized after some debugging that the unhelpful "An error occurred." is coming from trying to run ImageMagick's convert, which needs to be installed for converting the PDFs to PNGs for display in the browser.

If you install the Windows version of ImageMagick and ensure that it's on your PATH environment variable it should work. In the meantime I've opened an issue for this: this, since convert should really be included in the distribution: https://github.com/sagemath/sage-windows/issues/23