MaelImhof / obsidian-jupyter

Edit .ipynb Jupyter files directly in Obsidian.
https://jupyter.mael.im/
12 stars 1 forks source link

Getting rid of `.ipynb_checkpoints` automatically #30

Closed MaelImhof closed 3 weeks ago

MaelImhof commented 1 month ago

As described in #25, Jupyter generates automatic checkpoints in a folder called ipynb_checkpoints when a notebook is opened. This is a problem, for example because of file synchronization.

This PR drafts an implementation for getting rid of those automatically generated folder through the plugin directly. I'm still figuring out how to do this efficiently and transparently for the user.

Change Log

MaelImhof commented 3 weeks ago

Will start from scratch on another branch, feel like it will be easier and faster.