Show More
@@ -70,7 +70,14 stdin socket to prompt the user for textual input. | |||
|
70 | 70 | .. seealso:: |
|
71 | 71 | |
|
72 | 72 | :doc:`messaging` |
|
73 |
Details of the different sockets and the messages that come over them |
|
|
73 | Details of the different sockets and the messages that come over them | |
|
74 | ||
|
75 | `Creating Language Kernels for IPython <http://andrew.gibiansky.com/blog/ipython/ipython-kernels/>`_ | |
|
76 | A blog post by the author of `IHaskell <https://github.com/gibiansky/IHaskell>`_, | |
|
77 | a Haskell kernel | |
|
78 | ||
|
79 | `simple_kernel <https://github.com/dsblank/simple_kernel>`_ | |
|
80 | A simple example implementation of the kernel machinery in Python | |
|
74 | 81 | |
|
75 | 82 | |
|
76 | 83 | .. _kernelspecs: |
@@ -10,6 +10,11 This is useful for languages that have Python bindings, such as `Octave | |||
|
10 | 10 | where the REPL can be controlled in a tty using `pexpect <http://pexpect.readthedocs.org/en/latest/>`_, |
|
11 | 11 | such as bash. |
|
12 | 12 | |
|
13 | .. seealso:: | |
|
14 | ||
|
15 | `bash_kernel <https://github.com/takluyver/bash_kernel>`_ | |
|
16 | A simple kernel for bash, written using this machinery | |
|
17 | ||
|
13 | 18 | Required steps |
|
14 | 19 | -------------- |
|
15 | 20 |
General Comments 0
You need to be logged in to leave comments.
Login now