##// END OF EJS Templates
embed_kernel: pass [] to IPKernelApp.initialize to prevent argv parsing...
embed_kernel: pass [] to IPKernelApp.initialize to prevent argv parsing https://github.com/ipython/ipython/pull/1357/files#r400153 Stop embed_kernel() from parsing sys.argv since to support being called from a environments with their own command line args.

File last commit:

r4574:a8c54759
r6046:75b852da
Show More
test_imports.py
13 lines | 285 B | text/x-python | PythonLexer
# encoding: utf-8
def test_import_backgroundjobs():
from IPython.lib import backgroundjobs
def test_import_deepreload():
from IPython.lib import deepreload
def test_import_demo():
from IPython.lib import demo
def test_import_irunner():
from IPython.lib import demo