Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/data-8/nbzip

Zips and downloads all the contents of a jupyter notebook
https://github.com/data-8/nbzip

Last synced: about 2 months ago
JSON representation

Zips and downloads all the contents of a jupyter notebook

Awesome Lists containing this project

README

        

# nbzip
nbzip provides a button to zip and download a jupyter server folder.

![nbzip demo](doc/demo.gif)

# Installation

pip install nbzip

You can then enable the serverextension

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