Skip to content

latex error not shown with %matplotlib notebook #1881

@mfittere

Description

@mfittere

Hello,

In case of an error in a latex formula,e.g.
plt.ylabel(r'$\thet$') # as \thet is not known as a command
no error is reported instead the notebook switches constantly to mode "busy" and back. This only occurs with
%matplotlib notebook
Instead with
%matplotlib inline
the following error message is shown:

ValueError:
\thet
^
Unknown symbol: \thet (at char 0), (line:1, col:1)

Is it possible to also post the error message in interactive mode, explicitly with %matplotlib notebook?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions