##// END OF EJS Templates
fixup positional arg parsing in notebook app...
fixup positional arg parsing in notebook app - `ipnb .` triggers override of sub-config, even when the parent isn't changed - `ipnb /path/nb.ipynb` sets notebook_dir to `/path`

File last commit:

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