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