Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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: data-8
- License: apache-2.0
- Created: 2017-09-30T17:32:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T08:47:26.000Z (about 5 years ago)
- Last Synced: 2024-07-11T21:38:40.886Z (6 months ago)
- Language: Python
- Size: 411 KB
- Stars: 88
- Watchers: 8
- 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.![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