diff NEWS @ 30293:1a1f3ae76e74

Use underscores instead of CamelCase in jupyter_notebook classdef * scripts/miscellaneous/jupyter_notebook.m: Rename file, adapt classdef name. * scripts/miscellaneous/module.mk: Rename jupyter_notebook classdef. * test/jupyter-notebook/jupyter-notebook.tst: Rename file, adapt classdef name. * test/jupyter-notebook/module.mk: Rename jupyter-notebook.tst test file. * NEWS: Update classdef name.
author Abdallah Elshamy <abdallah.k.elshamy@gmail.com>
date Sat, 13 Nov 2021 12:26:07 -0500
parents 260684e7e65c
children a2397a85d7e5
line wrap: on
line diff
--- a/NEWS	Mon Nov 15 09:39:29 2021 +0100
+++ b/NEWS	Sat Nov 13 12:26:07 2021 -0500
@@ -97,7 +97,7 @@
 `jsondecode` and `jsonencode` functions to read and write JSON data.
 
 - As part of GSoC 2021, Abdallah K. Elshamy implemented the
-`JupyterNotebook` classdef class.  This class supports running and
+`jupyter_notebook` classdef class.  This class supports running and
 filling Jupyter Notebooks using the Octave language kernel from Octave
 itself.  Making the evaluation of long-running Jupyter Notebooks on a
 computing server without permanent browser connection possible.
@@ -226,7 +226,7 @@
 the file contains a 2-D text matrix.
 
 - The file functions `copyfile`, `mkdir`, `movefile`, `rmdir` now return
-a logical value (true/false) rather than a numeric value (1/0). 
+a logical value (true/false) rather than a numeric value (1/0).
 
 - `uimenu` now accepts property `"Text"` which is identical to
 `"Label"`.  Matlab recommends using `"Text"` in new code, although there
@@ -271,7 +271,7 @@
 * `fill3`
 * `jsondecode`
 * `jsonencode`
-* `JupyterNotebook`
+* `jupyter_notebook`
 * `listfonts`
 * `matlab.net.base64decode`
 * `matlab.net.base64encode`