https://github.com/berkeley-dsep-infra/nbzip
  
  
    Zips and downloads all the contents of a jupyter notebook 
    https://github.com/berkeley-dsep-infra/nbzip
  
        Last synced: 7 months ago 
        JSON representation
    
Zips and downloads all the contents of a jupyter notebook
- Host: GitHub
 - URL: https://github.com/berkeley-dsep-infra/nbzip
 - Owner: berkeley-dsep-infra
 - License: apache-2.0
 - Archived: true
 - Created: 2017-09-30T17:32:31.000Z (about 8 years ago)
 - Default Branch: master
 - Last Pushed: 2019-11-22T08:47:26.000Z (almost 6 years ago)
 - Last Synced: 2025-04-03T20:08:09.231Z (7 months ago)
 - Language: Python
 - Size: 411 KB
 - Stars: 90
 - Watchers: 7
 - Forks: 18
 - Open Issues: 9
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE.txt
 
 
Awesome Lists containing this project
- awesome-jupyter-resources - GitHub - 64% open · ⏱️ 22.11.2019): (Jupyter拓展)
 
README
          # nbzip
nbzip provides a button to zip and download a jupyter server folder.

# 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