##// END OF EJS Templates
Refer to octave_kernel, not Oct2Py
Thomas Kluyver -
Show More
@@ -49,7 +49,7 b' the target language:'
49 .. image:: figs/other_kernels.png
49 .. image:: figs/other_kernels.png
50
50
51 Wrapper kernels are easier to write quickly for languages that have good Python
51 Wrapper kernels are easier to write quickly for languages that have good Python
52 wrappers, like `Oct2Py <http://blink1073.github.io/oct2py/>`_ for Octave, or
52 wrappers, like `octave_kernel <https://pypi.python.org/pypi/octave_kernel>`_, or
53 languages where it's impractical to implement the communications machinery, like
53 languages where it's impractical to implement the communications machinery, like
54 `bash_kernel <https://pypi.python.org/pypi/bash_kernel>`_. Native kernels are
54 `bash_kernel <https://pypi.python.org/pypi/bash_kernel>`_. Native kernels are
55 likely to be better maintained by the community using them, like
55 likely to be better maintained by the community using them, like
General Comments 0
You need to be logged in to leave comments. Login now