##// END OF EJS Templates
Backport PR #4188: Allow user_ns trait to be None...
Backport PR #4188: Allow user_ns trait to be None The Dict trait converts None to an empty dict, which caused the application to pass in a user_ns to the shell, which then behaves slightly differently, creating a DummyMod instance. Ping @minrk : Is this the best way to fix this?
MinRK -
r12481:c906b7c2
Show More
Name Size Modified Last Commit Author
/ IPython / qt
console
__init__.py Loading ...
base_frontend_mixin.py Loading ...
client.py Loading ...
inprocess.py Loading ...
kernel_mixins.py Loading ...
manager.py Loading ...
rich_text.py Loading ...
svg.py Loading ...
util.py Loading ...