Rendering stale var
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
- I run the notebook cell in Jupyter once, it prints the contexts of the CSV
- I change one cell in
games.csvin a text editor, save - Rerun the cell above. It still displays the old data
The few ways to get it unstuck:
- restart the kernel
- make change in a copy of the file with a different name