solve(x^2+1==0,x,to_poly_solve="force")
Out[2]:
[]
And #19374 still doesn't work for me neither in the "old" or the "new" sheet).
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.
Used from git with a new worksheet some commands works
But not very stable at the moment
ubuntu 14.04 fresh install with git sage and sagemanifold
regards
Henri
solve(x^2+1==0, x)
Two bizarreries :
The "simple" output doesn't have the superfetatory parentheses around the -I solution...
sage: latex([x == -I, x == I])
\left[x = \left(-i\right), x = i\right]
- The mathjax menu seems difficult to reach....