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

Is there a way to disable saving to checkpoints folder(.ipynb_checkpoints) for Jupyter Notebooks? #7348

Closed
LBJ6666 opened this issue Apr 28, 2024 · 1 comment
Labels

Comments

@LBJ6666
Copy link

LBJ6666 commented Apr 28, 2024

version:
notebook==6.4.6
ipython==8.14.0
ipython-genutils==0.2.0

Try setting it in Jupyter's configuration file jupyter_notebook_config.py:
c.NotebookApp.checkpoints_enabled = False
but it didn't work

@LBJ6666 LBJ6666 added enhancement status:Needs Triage Applied to issues that need triage labels Apr 28, 2024
@JasonWeill
Copy link
Collaborator

@LBJ6666 Thank you for your contribution! It looks like this is already open as an enhancement in JupyterLab, which shares code with Jupyter Notebook: jupyterlab/jupyterlab#11826

Let's keep the conversation going in the issue linked above.

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

No branches or pull requests

2 participants