Show More
@@ -65,7 +65,6 b' def embed_kernel(module=None, local_ns=None, **kwargs):' | |||
|
65 | 65 | from the scope of the surrounding function, |
|
66 | 66 | and/or you want to load full IPython configuration, |
|
67 | 67 | you probably want `IPython.start_kernel()` instead. |
|
68 | ||
|
69 | 68 | |
|
70 | 69 | Parameters |
|
71 | 70 | ---------- |
@@ -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