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

Invalidate .jupyter-ystore.db if using a different version of jupyter-collaboration #414

Open
martinRenou opened this issue Dec 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@martinRenou
Copy link
Member

Description

Updating jupyter-collaboration from one version to another usually breaks because of .jupyter-ystore.db, removing that file fixes it.

Should we include the current jupyter-collaboration version in this file and have some logic to compare the current version to the version saved in the file? In case of mismatch, the file should be removed.

@martinRenou martinRenou added the bug Something isn't working label Dec 6, 2024
@davidbrochart
Copy link
Collaborator

We already do here.
I would need:

  • a test that shows this code doesn't work.
  • a fix that passes the fix above.

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

No branches or pull requests

2 participants