view test/jupyter-notebook/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
children 1a1f3ae76e74
line wrap: on
line source

jupyter_TEST_FILES = \
  %reldir%/JupyterNotebook.tst \
  %reldir%/octave_kernel.ipynb \
  %reldir%/plot_magic_and_errors.ipynb

TEST_FILES += $(jupyter_TEST_FILES)