dflib / jjava

A Jupyter kernel for Java notebooks
MIT License
18 stars 2 forks source link

Derived var reset to null when a var is redefined #53

Open andrus opened 6 days ago

andrus commented 6 days ago

Just ran into an issue below. When a variable defined in one cell is redefined again in another cell (e.g., due to a user error) , an object derived from the original variable is reset to null. Is this a problem in JJava or the underlying JShell?

image