Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When autorun is disabled, resuming a session shouldn't mark cells as stale #1050

Closed
akshayka opened this issue Apr 2, 2024 · 0 comments · Fixed by #1061
Closed

When autorun is disabled, resuming a session shouldn't mark cells as stale #1050

akshayka opened this issue Apr 2, 2024 · 0 comments · Fixed by #1061
Assignees
Labels
bug Something isn't working

Comments

@akshayka
Copy link
Contributor

akshayka commented Apr 2, 2024

Describe the bug

When autorun is disabled, resuming a session incorrectly marks all cells as stale. This requires the user to re-run the notebook, defeating the purpose of resumable sessions.

Screencast.from.04-02-2024.04.07.10.PM.webm

Environment

{
  "marimo": "0.3.8",
  "OS": "Linux",
  "OS Version": "6.5.0-26-generic",
  "Processor": "x86_64",
  "Python Version": "3.10.12",
  "Binaries": {
    "Browser": "123.0.6312.86",
    "Node": "v18.13.0"
  },
  "Requirements": {
    "click": "8.1.3",
    "importlib-resources": "6.1.0",
    "jedi": "0.19.0",
    "markdown": "3.4.4",
    "pymdown-extensions": "10.3",
    "pygments": "2.16.1",
    "tomlkit": "0.12.0",
    "uvicorn": "0.24.0.post1",
    "starlette": "0.27.0",
    "websocket": "missing",
    "typing-extensions": "4.8.0",
    "black": "23.3.0"
  }

Code to reproduce

Disable autorun on startup, run a notebook, refresh.

@akshayka akshayka added the bug Something isn't working label Apr 2, 2024
@akshayka akshayka self-assigned this Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant