changeset 30496:fda9f008d212 stable

doc: Add jupyter_notebook function to Octave manual. * func.txi: Add new node in publishing section of manual. Add @cindex entry to show up in Concept Index. Add @DOCSTRING link for jupyter_notebook function. octave.texi: Update @menu listing with new node.
author Rik <rik@octave.org>
date Thu, 16 Dec 2021 09:53:25 -0800
parents ba5370c670d5
children 9eee1d667949 e032e75a8871
files doc/interpreter/func.txi doc/interpreter/octave.texi
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/func.txi	Wed Dec 15 22:07:32 2021 -0500
+++ b/doc/interpreter/func.txi	Thu Dec 16 09:53:25 2021 -0800
@@ -1379,6 +1379,7 @@
 @menu
 * Publish Octave Script Files::
 * Publishing Markup::
+* Jupyter Notebooks::
 @end menu
 
 @node Publish Octave Script Files
@@ -1735,6 +1736,16 @@
 @end group
 @end example
 
+@node Jupyter Notebooks
+@subsection Jupyter Notebooks
+@cindex Jupyter Notebooks
+
+Jupyter notebooks are one popular technique for displaying code, text, and
+graphical output together in a comprehensive manner.  Octave can publish
+results to a Jupyter notebook with the function @code{jupyter_notebook}.
+
+@DOCSTRING(jupyter_notebook)
+
 @node Function Handles and Anonymous Functions
 @section Function Handles and Anonymous Functions
 @cindex handle, function handles
--- a/doc/interpreter/octave.texi	Wed Dec 15 22:07:32 2021 -0500
+++ b/doc/interpreter/octave.texi	Thu Dec 16 09:53:25 2021 -0800
@@ -448,6 +448,7 @@
 
 * Publish Octave Script Files::
 * Publishing Markup::
+* Jupyter Notebooks::
 
 Publishing Markup