Commit Graph

15 Commits

Author SHA1 Message Date
Min RK
4ee44b3871 Merge pull request #4466 from minrk/pandoc-preamble
various pandoc latex fixes

- add missing declarations to latex_base (required for pandoc-highlighted code in markdown)
- fix ansi color in latex, which didn't work in a variety of ways.

closes #4245
2013-11-05 12:30:55 -08:00
MinRK
95efb7ae5b use align environment, not aligned
aligned is only for when you are already inside a math environment (e.g. inside align)
2013-10-31 09:40:12 -07:00
Matthias BUSSONNIER
31bbac508b Update some example notebook with Shift-Tab 2013-10-23 15:54:21 +02:00
MinRK
cc41ab26c7 update raw_input in example notebook 2013-08-27 16:01:25 -07:00
MinRK
9c94c96bec remove informal notes from importing example 2013-07-26 09:41:41 -07:00
MinRK
1c7002cd64 add Importing Notebooks example 2013-07-25 13:52:57 -07:00
MinRK
5c2bce3216 re-run example notebooks without %pylab
prefer `%matplotlib` and explicit imports
2013-07-18 13:25:33 -07:00
MinRK
43da6f83ad notebook supports raw_input and %debug now
updates Frontend-Kernel model example notebook to reflect this.

closes #3489
2013-07-01 16:03:59 -07:00
Matthias BUSSONNIER
6e64125a24 copy IPython logo in example directory
request from pakagers to make the example directory more "standalone"
2013-03-30 11:48:28 +01:00
MinRK
37d277c77d fix local files examples in markdown 2013-02-27 12:15:21 -08:00
Martin Spacek
c7007aa7ce IPython.zmq --> IPython.kernel.zmq throughout docs and examples 2013-02-04 15:20:01 -08:00
Thomas Kluyver
4288d5dcc5 More changes to example notebooks for Python 3 compatibility 2013-01-19 14:22:25 -08:00
Brian Granger
83406924f1 More changes to example notebooks. 2013-01-19 14:22:23 -08:00
Brian Granger
7cca8cecfa First go and reorganizing the examples. 2013-01-19 14:22:22 -08:00
Brian Granger
27d5b1b8cb Moving examples to the top level. 2013-01-19 14:22:22 -08:00