##// 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:

r10951:31998f30
r15460:1b7774f9
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *