Closed andrus closed 5 months ago
Just noticed this happenning out of the blue (it worked before on the same version of Jupyter and jjava). Consider the following code:
var df1 = Csv.load("../data/games.csv"); df1
games.csv
The few ways to get it unstuck:
It was caused by the memory leak fix (#4), different snippets could share the same class and we didn't check for that.
Just noticed this happenning out of the blue (it worked before on the same version of Jupyter and jjava). Consider the following code:
games.csv
in a text editor, saveThe few ways to get it unstuck: