##// END OF EJS Templates
protect javascript from invalid mime-type data...
protect javascript from invalid mime-type data everything is a string, if anything else is sent, drop it so it doesn't show up in the notebook document.

File last commit:

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