8000 GitHub - wixb50/nbtrash: Jupyter trash nbextension
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.

About

Jupyter trash nbextension

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0