Commit Graph

12 Commits

Author SHA1 Message Date
Brian Granger
27d5b1b8cb Moving examples to the top level. 2013-01-19 14:22:22 -08:00
Aron Ahmadia
4620ce8348 Remove Equation References/Numbering, Fix Bugs
Equation References and Numbering are not going to be trivial to add,
so the code has been removed for now.  Important fixes include
no-MathJax support (previously, the code was failing), and the
generation of unique ids for the rendering content in each cell,
tremendously speeding up MathJax rendering.

I am still not rendering placeholder text.
2012-11-01 08:22:19 +00:00
Aron Ahmadia
12c661f761 Improved MathJax, missing callback workaround
MathJax.InputJax.TeX.resetEquationNumbers is supposed to be available,
but isn't consistently loaded before the notebook fires off its first
re-render request.  The code edits in mathjaxutils.js fix this issue.

Additionally, there was some init code in mathjaxutils.js that has been
properly excised to the html templates.

Removed some orphan rendering code so that all typesetting now goes
through mathjaxutils.js

Finally, removed an extra cell in the demo notebook.
2012-11-01 08:22:19 +00:00
Aron Ahmadia
2ec0115f77 added math typesetting example notebook 2012-10-13 14:10:22 +03:00
MinRK
bc1ea4dfbc rebuild example notebooks
* no longer reference left panel
* no longer suggest starting the notebook with `--pylab`.
2012-06-27 22:31:20 -07:00
Brian Granger
e817bfdaeb Update directview.ipynb & allowing no-callbacks in kernel.execute. 2012-05-31 13:08:34 -07:00
Brian Granger
94b24d6ac9 Moving direct view widget to docs/examples. 2012-05-31 13:08:33 -07:00
Fernando Perez
d5ee46181c Add embedded video example by Chris Kees. 2011-12-18 23:20:13 -08:00
Fernando Perez
46d4fc1cbc Add introductory 'tour' illustrative notebook. 2011-12-18 19:58:56 -08:00
Fernando Perez
526dc1da56 Update docs logo to our current one, other minor fixes. 2011-07-29 23:40:53 -05:00
MinRK
66e0d22bec gave logo harder, cleaner edges 2011-02-10 12:42:24 -08:00
Erik Tollerud
14db36cf37 added logo to sphinx documentation 2010-10-24 18:36:05 -07:00