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
12 years ago
Min RK
a1afcd92b4
Merge pull request #4398 from Carreau/no-tooltip-on-tab
...
[Notebook] Deactivate tooltip on tab by default.
12 years ago
MinRK
95efb7ae5b
use align environment, not aligned
...
aligned is only for when you are already inside a math environment (e.g. inside align)
12 years ago
Matthias BUSSONNIER
31bbac508b
Update some example notebook with Shift-Tab
12 years ago
MinRK
0e7f2831e4
test clear_output callback
12 years ago
MinRK
7f9832fb73
add output callbacks test notebook
...
This should be converted to js tests after the testing framework has been merged.
12 years ago
MinRK
cc41ab26c7
update raw_input in example notebook
13 years ago
MinRK
9c94c96bec
remove informal notes from importing example
13 years ago
MinRK
1c7002cd64
add Importing Notebooks example
13 years ago
MinRK
5c2bce3216
re-run example notebooks without `%pylab`
...
prefer `%matplotlib` and explicit imports
13 years ago
MinRK
9126384480
add ANSI color test notebook to examples/tests
13 years ago
MinRK
43da6f83ad
notebook supports raw_input and %debug now
...
updates Frontend-Kernel model example notebook to reflect this.
closes #3489
13 years ago
Matthias BUSSONNIER
6e64125a24
copy IPython logo in example directory
...
request from pakagers to make the example directory more "standalone"
13 years ago
MinRK
37d277c77d
fix local files examples in markdown
13 years ago
Martin Spacek
c7007aa7ce
`IPython.zmq` --> `IPython.kernel.zmq` throughout docs and examples
13 years ago
Matthias BUSSONNIER
38cc133273
move ref css ipynb
13 years ago
Thomas Kluyver
4288d5dcc5
More changes to example notebooks for Python 3 compatibility
13 years ago
Brian Granger
83406924f1
More changes to example notebooks.
13 years ago
Brian Granger
7cca8cecfa
First go and reorganizing the examples.
13 years ago
Brian Granger
27d5b1b8cb
Moving examples to the top level.
13 years ago