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

keep checkpoints file aside (c.FileCheckpoints) #4645

Open
gsemet opened this issue May 27, 2019 · 1 comment
Open

keep checkpoints file aside (c.FileCheckpoints) #4645

gsemet opened this issue May 27, 2019 · 1 comment

Comments

@gsemet
Copy link

gsemet commented May 27, 2019

Follow up of jupyterlab/jupyterlab#5809.

We are kind of getting polluted by all these checkpoints files, and setting them aside with

c.FileCheckpoints.checkpoints_dir =...

helps but the filename is only based of the opened file basename, not the path. So if two files are opened, with the same basename, they will overwrite the same checkpoint files.
Why not simply add the path in the checkpoint filename (or base64 encode it)

@jasongrout
Copy link
Member

I can see this happening a lot particularly with the very common UntitledX.ipynb files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants