notebook
notebook copied to clipboard
Is there a way to disable saving to checkpoints folder(.ipynb_checkpoints) for Jupyter Notebooks?
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