##// END OF EJS Templates
make some target _blank configurable...
make some target _blank configurable there seem to be "only" 2 places where this make sens, the other being href in mdcell, detach pager, help link in new windows. set IPython._target = '_self' for try.jupyter.org shoudl work in custom.js

File last commit:

r13347:54891794
r20223:a8e1cc36
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from decorator import *
except ImportError:
Thomas Kluyver
Use explicit relative imports...
r13347 from ._decorator import *