notebook/IPython
Jonathan Frederic 990303f3eb Removed require.js scheme since it forces async event driven model,
this model does not work with the comm/widget communication model.
We need to be able to load the dependencies before we send the
show() message to the widget manager.  Otherwise a race condition
will exist where the widget manager may recieve the show message
before the dependencies have been loaded (happened almost every time).
2014-01-16 10:55:59 +00:00
..
html Removed require.js scheme since it forces async event driven model, 2014-01-16 10:55:59 +00:00
nbconvert/exporters Drop unused traitlet imports 2013-12-21 12:48:15 -08:00
qt/console/tests
testing exclude html nbconvert tests if nbconvert is not importable 2013-12-23 12:45:59 -08:00
utils/tests Add unicode_std_stream function to write UTF-8 to stdout/stderr 2013-11-22 10:59:10 -08:00