changeset 30497:9eee1d667949

maint: merge stable to default.
author Rik <rik@octave.org>
date Thu, 16 Dec 2021 09:53:46 -0800
parents 358295cdc0a4 (current diff) fda9f008d212 (diff)
children 9e0421bd8bad
files
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/func.txi	Wed Dec 15 22:09:12 2021 -0500
+++ b/doc/interpreter/func.txi	Thu Dec 16 09:53:46 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:09:12 2021 -0500
+++ b/doc/interpreter/octave.texi	Thu Dec 16 09:53:46 2021 -0800
@@ -448,6 +448,7 @@
 
 * Publish Octave Script Files::
 * Publishing Markup::
+* Jupyter Notebooks::
 
 Publishing Markup