# HG changeset patch # User Rik # Date 1639677205 28800 # Node ID fda9f008d2128f80d40cf261a00bdf08c7b214fa # Parent ba5370c670d58d19b12cf9c81004be2b61518157 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. diff -r ba5370c670d5 -r fda9f008d212 doc/interpreter/func.txi --- 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 diff -r ba5370c670d5 -r fda9f008d212 doc/interpreter/octave.texi --- 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