notebook/IPython
Bussonnier Matthias 794ef18920 get cell correctly in nested context
fix some extensions like live_reveal

the .not('.cell .cell') part prevent the potential selection of DOM
elelment that would have the class cell from any output. In each branch
of the dom we thus select the first decendent node that have the class
'.cell'.
2014-11-26 09:29:33 +01:00
..
html get cell correctly in nested context 2014-11-26 09:29:33 +01:00
nbconvert/exporters Add the . into file_extension 2014-11-20 17:34:39 -08:00
qt/console/tests
testing
utils don't use text mode in mkstemp 2014-11-12 14:17:32 -08:00