-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
autosave directory #5809
Comments
Hi @SleepSux, sorry for the slow reply. You should be able to customize the checkpoints directory by setting the jupyter lab --FileCheckpoints.checkpoint_dir=mydirectory Closing as answered, but feel free to comment here if you have further questions! |
Thank you for your response @ian-r-rose. No worries. I finally tried this, but I receive a "NameError: name 'FileCheckpoints' is not defined" when jupyter notebook loads. here is the full error. [E 11:42:51.575 NotebookApp] Exception while loading config file /home/computer/.jupyter/jupyter_notebook_config.py |
@SleepSux If you are adding it in your |
Indeed, these files are annoying and freezing the checkpoints_dir is not a satisfying solution, since it only use the filename and not the path. So if you have 2 opened "mynotebook.ipynb" file from 2 different folders they will both write in the same file. |
This is an issue with the Jupyter notebook server, not with JupyterLab (the code in question lives in https://github.com/jupyter/notebook/, not here). I think the best way forward is opening an issue in the notebook repo and carrying on the conversation there, if you would like to pursue this. |
Opened in jupyter/notebook#4645 :) |
Thanks! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related discussion. |
This has been quite a pain because I have ".ipynb_checkpoints" in every single directory of my project.
I have not been able to find a way to simply change or give it one directory to always save in.
This is causing issues when I'm dynamically loading files and that folder gets pulled in because its sitting just about everywhere.
Please add this next to the autosave interval or someone help me gain my sanity back by quickly showing me where I can code in this setting.
EDIT:
The current working directory for autosave changes to where ever the user last clicks a directory. Could there be an override setting for this to have custom or at least a permanent directory?
Thanks!
The text was updated successfully, but these errors were encountered: