You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Project Jupyter
A change has just landed in master to send deleted notebooks & files to the platform's native 'trash' mechanism. This could be a valuable safeguard against accidentally deleting work, but it could also be a source of bugs. In particular, Linux, MacOS and Windows each have their own trash systems which work in different ways. We are using the Send2Trash Python package to abstract over those.
If you're interested and willing to risk some bugs, please pull master from the notebook repo and try it out. If you find problems with deleting files, please file issues on jupyter/notebook as normal.
- If you want to go back to 'I really mean it' deletion, set *FileContentsManager.delete_to_trash = False* in your config.
- There is no UI in Jupyter for recovering deleted files; use your desktop file manager to do this. I don't know of Python wrappers to let us inspect and recover files from trash across different platforms, but if someone wants to write a platform-specific extension, go for it.
- The deletion dialog still tells you that deletion is permanent - partly because it's not easy to recover if it's on a server, partly because it depends on your config and on the contents manager.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jup...@googlegroups.com
Thanks Thomas for your work !
One feedback I can give now is that Send2Trash will likely need to be
package for conda-forge; If you are looking to get involved in the
Python/Jupyter community, this should be a good task to get started !