Skip to content

Rendering stale var #21

Description

@andrus

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
  1. I run the notebook cell in Jupyter once, it prints the contexts of the CSV
  2. I change one cell in games.csv in a text editor, save
  3. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions