Show More
@@ -489,12 +489,12 consequences: | |||||
489 |
|
489 | |||
490 | * It is possible to embed not only an interactive shell with the |
|
490 | * It is possible to embed not only an interactive shell with the | |
491 | :func:`IPython.embed` call as always, but now you can also embed a *kernel* |
|
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 | application is useful when you want to use :func:`IPython.embed` but don't |
|
493 | application is useful when you want to use :func:`IPython.embed` but don't | |
494 | have a terminal attached on stdin and stdout. |
|
494 | have a terminal attached on stdin and stdout. | |
495 |
|
495 | |||
496 | * The new :func:`IPython.parallel.bind_kernel` allows you to promote Engines to |
|
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 | directly. |
|
498 | directly. | |
499 |
|
499 | |||
500 | In addition, having a single core object through our entire architecture also |
|
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