You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple kernel for bash, written using this machinery
15
15
16
+
The `Metakernel <https://github.com/Calysto/metakernel/#>`_ library makes it easier to
17
+
write a wrapper kernel that includes a base set of line and cell magics. It also has a ``ProcessKernel`` subclass that makes it easy to write kernels that use ``pexpect``.
18
+
See `Octave Kernel <https://github.com/Calysto/octave_kernel>`_ as an example.
19
+
20
+
16
21
Required steps
17
22
--------------
18
23
@@ -24,7 +29,7 @@ following methods and attributes:
24
29
.. attribute:: implementation
25
30
implementation_version
26
31
banner
27
-
32
+
28
33
Information for :ref:`msging_kernel_info` replies. 'Implementation' refers
29
34
to the kernel (e.g. IPython), rather than the language (e.g. Python).
30
35
The 'banner' is displayed to the user in console
@@ -43,9 +48,9 @@ following methods and attributes:
0 commit comments