notebook icon indicating copy to clipboard operation
notebook copied to clipboard

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

Open LBJ6666 opened this issue 1 year ago • 0 comments
trafficstars

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 avatar Apr 28 '24 06:04 LBJ6666