Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Wrong status message displayed for different notebook versions #46

@tdudgeon

Description

@tdudgeon

If you create two versions of a notebook that share the same cell (e.g. the cell was present in the common parent and so has the same cell ID), but execute them with different parameters and get different numbers of results then the wrong status message is show when the notebook is loaded. The message seems to be the one from the last cell that was executed. The underlying data is correct, just the message that is displayed saying how many results are present is wrong.

See this example:
image
The intermediate cell says there are no results, but in the table there clearly are.

I believe this is because the cell execution status is being saved separately to to the notebook/cell definition, but I don't understand all the details here. Possibly the solution is to store the status within the notebook/cell definition? This needs discussion.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions