Show More
@@ -348,6 +348,17 b' Tornado' | |||||
348 | The IPython notebook uses the Tornado project [Tornado]_ for its HTTP server and requires |
|
348 | The IPython notebook uses the Tornado project [Tornado]_ for its HTTP server and requires | |
349 | version 2.0 or greater. Tornado can be installed with ``easy_install tornado``. |
|
349 | version 2.0 or greater. Tornado can be installed with ``easy_install tornado``. | |
350 |
|
350 | |||
|
351 | MathJax | |||
|
352 | ------- | |||
|
353 | ||||
|
354 | The IPython notebook uses the MathJax [MathJax]_ Javascript library for rendering LaTeX | |||
|
355 | in web browsers. Because MathJax is large, we don't include it with IPython. We do, however, | |||
|
356 | include a utility to aid in downloading MathJax and installing it into the proper location:: | |||
|
357 | ||||
|
358 | from IPython.external.mathjax import install_mathjax | |||
|
359 | install_mathjax() | |||
|
360 | ||||
|
361 | ||||
351 | Browser Compatiblity |
|
362 | Browser Compatiblity | |
352 | -------------------- |
|
363 | -------------------- | |
353 |
|
364 | |||
@@ -372,4 +383,5 b' these features should appear in Internet Explorer 10.' | |||||
372 | .. [pygments] Pygments syntax highlighting. http://pygments.org |
|
383 | .. [pygments] Pygments syntax highlighting. http://pygments.org | |
373 | .. [pexpect] Pexpect. http://www.noah.org/wiki/Pexpect |
|
384 | .. [pexpect] Pexpect. http://www.noah.org/wiki/Pexpect | |
374 | .. [Tornado] Tornado. http://www.tornadoweb.org/ |
|
385 | .. [Tornado] Tornado. http://www.tornadoweb.org/ | |
|
386 | .. [MathJax] MathJax. http://www.mathjax.org/ | |||
375 |
|
387 |
General Comments 0
You need to be logged in to leave comments.
Login now