Show More
@@ -489,12 +489,12 consequences: | |||
|
489 | 489 | |
|
490 | 490 | * It is possible to embed not only an interactive shell with the |
|
491 | 491 | :func:`IPython.embed` call as always, but now you can also embed a *kernel* |
|
492 |
with :func:` |
|
|
492 | with :func:`IPython.embed_kernel()`. Embedding an IPython kernel in an | |
|
493 | 493 | application is useful when you want to use :func:`IPython.embed` but don't |
|
494 | 494 | have a terminal attached on stdin and stdout. |
|
495 | 495 | |
|
496 | 496 | * The new :func:`IPython.parallel.bind_kernel` allows you to promote Engines to |
|
497 |
listening Kernels, and connect QtConsoles |
|
|
497 | listening Kernels, and connect QtConsoles to an Engine and debug it | |
|
498 | 498 | directly. |
|
499 | 499 | |
|
500 | 500 | In addition, having a single core object through our entire architecture also |
General Comments 0
You need to be logged in to leave comments.
Login now