octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #65644] jupyter-notebook tests fail if a figur


From: Rik
Subject: [Octave-bug-tracker] [bug #65644] jupyter-notebook tests fail if a figure is already open
Date: Mon, 3 Jun 2024 23:32:45 -0400 (EDT)

Update of bug #65644 (group octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #3:

Confirmed on current development branch.  I think the problem is with the
jupyter_notebook code rather than with the test itself.  I extracted the test
code so that I could run it.  The error message is


error: get: invalid handle (= 2)
error: called from
    run at line 399 column 11
    run_all at line 475 column 9
    tst_jup at line 16 column 4


The code in jupyter_notebook.m is


      ## If there are existing plots and newFig is empty, delete it.
      if (exist ("newFig") && isempty (get (newFig, "children")))


Apparently newfig does not exist as a graphics handle.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65644>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]