notebook/IPython
MinRK 268c5e778d Show invalid config message on TraitErrors during initialization
implemented via @catch_config decorator

Now, the event that was triggered by invalid app config (see `--log-level 5`) is triggered by bad config at any point during initialization.

This *will* catch TraitError bugs in IPython itself, but only during initialization.

closes gh-908
2011-10-22 11:35:20 -07:00
..
frontend/html/notebook Show invalid config message on TraitErrors during initialization 2011-10-22 11:35:20 -07:00
testing Allow IPython to run without sqlite3 2011-10-20 10:36:10 -07:00
utils/tests Various fixes to tests in IPython.utils. 2011-10-08 13:08:44 +01:00