comparison scripts/miscellaneous/module.mk @ 30169:cefa5d2d30bc

New class for filling and running Jupyter Notebooks. * NEWS: Add to list of new functions announce feature. * scripts/miscellaneous/JupyterNotebook.m: New classdef class. * scripts/miscellaneous/module.mk: Add JupyterNotebook to build system. * test/jupyter-notebook/JupyterNotebook.tst, test/jupyter-notebook/octave_kernel.ipynb, test/jupyter-notebook/plot_magic_and_errors.ipynb: New test files. * test/jupyter-notebook/module.mk: Add new test files to build system. * test/module.mk: Add "jupyter-notebook" directory to build system. This is the result of GSoC 2021 by Abdallah Elshamy. Patch pushed by Kai T. Ohlhus.
author Abdallah Elshamy <abdallah.k.elshamy@gmail.com>
date Tue, 14 Sep 2021 17:54:04 +0900
parents 02b97abbc6fc
children 1a1f3ae76e74
comparison
equal deleted inserted replaced
30168:8e63cdd88ba6 30169:cefa5d2d30bc
38 %reldir%/isfolder.m \ 38 %reldir%/isfolder.m \
39 %reldir%/ismac.m \ 39 %reldir%/ismac.m \
40 %reldir%/ismethod.m \ 40 %reldir%/ismethod.m \
41 %reldir%/ispc.m \ 41 %reldir%/ispc.m \
42 %reldir%/isunix.m \ 42 %reldir%/isunix.m \
43 %reldir%/JupyterNotebook.m \
43 %reldir%/license.m \ 44 %reldir%/license.m \
44 %reldir%/list_primes.m \ 45 %reldir%/list_primes.m \
45 %reldir%/loadobj.m \ 46 %reldir%/loadobj.m \
46 %reldir%/ls.m \ 47 %reldir%/ls.m \
47 %reldir%/ls_command.m \ 48 %reldir%/ls_command.m \