We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b4585 commit d622e19Copy full SHA for d622e19
docs/wrapperkernels.rst
@@ -23,13 +23,11 @@ following methods and attributes:
23
24
.. attribute:: implementation
25
implementation_version
26
- language
27
- language_version
28
banner
29
30
Information for :ref:`msging_kernel_info` replies. 'Implementation' refers
31
- to the kernel (e.g. IPython), and 'language' refers to the language it
32
- interprets (e.g. Python). The 'banner' is displayed to the user in console
+ to the kernel (e.g. IPython), rather than the language (e.g. Python).
+ The 'banner' is displayed to the user in console
33
UIs before the first prompt. All of these values are strings.
34
35
.. attribute:: language_info
0 commit comments