##// END OF EJS Templates
use `-c` to launch ipengine/ipcontroller on Windows Python 2...
use `-c` to launch ipengine/ipcontroller on Windows Python 2 The previous behavior, introduced to workaround multiprocessing bugs (#4911), caused an instance check failure, preventing `bind_kernel` from being able to tell if the kernel is an engine.

File last commit:

r13855:18493681
r19521:309dc970
Show More
test_imports.py
11 lines | 270 B | text/x-python | PythonLexer
# encoding: utf-8
from IPython.testing import decorators as dec
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