##// END OF EJS Templates
use ?download=1 to trigger download in /files/...
use ?download=1 to trigger download in /files/ sets `Content-Disposition: attachment...` - master sets this unconditionally - 2.x sets this iff file is a notebook

File last commit:

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