Skip to content

wixb50/nbtrash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nbtrash

Screenshot Recycle bin

NB Trash Tool (nbtrash) add recycle bin tab to notebook.

Installation

You can currently install this package from PyPI.

pip install git+https://github.com/wixb50/nbtrash.git

If your notebook version is < 5.3, you need to enable the extension manually.

jupyter serverextension enable --py nbtrash --sys-prefix
jupyter nbextension install --py nbtrash --sys-prefix
jupyter nbextension enable --py nbtrash --sys-prefix

Configuration

Trash Dir

Default is /home/jovyan/work/.Trash,you can custom it by follow send2trash.

The work dir must the same device with trade dir.