##// END OF EJS Templates
enable HMAC message signing by default in notebook kernels...
enable HMAC message signing by default in notebook kernels This is separate from previous, because it is more likely to be rejected. It requires the the Session objects in Handlers get a reference all the way back up to the IPython App that started the environment.

File last commit:

r415:4a5dcb15
r4963:203fd1a6
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]