After I start a notebook and create some schemas and start adding new queries, the notebook starts generating an exception Failed compiler startup: com.espertech.esper.common.client.EPException: Failed to find event type 'LabeledEvent' among public types, modules-in-path or the current module itself. The labeledEvent is a schema that I have created and already tested a scenario inserting events and queries on it.
It seems that the runtime rerunning the cell of the create schema does not help.
Would there be a way to reset everything and refresh the interpreter?
I am not sure how to attach the notebook.