Skip to content

ryanlovett/jupyter-tree-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binder

jupyter-tree-download

jupyter-tree-download contains:

  • a jupyter server extension that can bundle and compress a directory with zip or tar.
  • a notebook extension that provides a download button in the tree view

demo

The download is streamed so that it doesn't occupy additional memory or disk space in the server. Originally based on nbzip.

Requires zip by default.

You can configure the compression type by setting c.TreeDownload.compression in a jupyter_notebook_config.py in one of the config paths from jupyter --paths. If you specify gzip, bzip2, xz, or any other compression supported by tar, you will need to install that executable plus tar.

Installation

pip install jupyter-tree-download

The notebook and notebook server extensions are installed automatically.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published