##// END OF EJS Templates
remove extra empty lines
MinRK -
Show More
@@ -66,7 +66,6 b' def embed_kernel(module=None, local_ns=None, **kwargs):'
66 66 and/or you want to load full IPython configuration,
67 67 you probably want `IPython.start_kernel()` instead.
68 68
69
70 69 Parameters
71 70 ----------
72 71 module : ModuleType, optional
@@ -78,7 +77,6 b' def embed_kernel(module=None, local_ns=None, **kwargs):'
78 77 Further keyword args are relayed to the IPKernelApp constructor,
79 78 allowing configuration of the Kernel. Will only have an effect
80 79 on the first embed_kernel call for a given process.
81
82 80 """
83 81
84 82 (caller_module, caller_locals) = extract_module_locals(1)
General Comments 0
You need to be logged in to leave comments. Login now