--- id: nbzip version: "0.1.0" license: unclear license_treatment: permissive maintenance: abandoned --- # nbzip — Compresses and downloads all files in any of the user's directories. License: permissive · Maintenance: abandoned · Downloads: 149.8K/mo ## What it is and what it does nbzip is a Jupyter server extension that adds a download button to the notebook interface, allowing you to zip and download an entire folder from your Jupyter server in one action. It depends on notebook and pytest, and installs as a pure Python wheel with no compiled dependencies. The package is in Beta status and has been abandoned since 2018-08-10. While it was designed for Jupyter workflows where exporting entire directories is useful, its age means it may not work reliably with current Jupyter versions, and no fixes or updates are forthcoming. Use it for: - Export an entire Jupyter notebook folder to share with collaborators or submit as coursework - Back up all notebooks and supporting files from a Jupyter server in a single download - Archive a complete project directory from Jupyter without manual file selection ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. nbzip adds a button to Jupyter that zips and downloads an entire server folder, letting you export your notebook directory as a single archive. No. The package is abandoned (last release 2018-08-10, repository archived), and compatibility with modern Jupyter is unverified. Unless you are running a legacy Jupyter setup that matches the package's original environment, you should look for actively maintained alternatives or use Jupyter's native export features. ## Install pip install nbzip uv add nbzip poetry add nbzip ## Installing nbzip Before you install: Installation is straightforward, but the package is abandoned—last release was 2018-08-10 and the repository is archived. No updates have been made since then, so compatibility with modern Jupyter versions is uncertain. License in practice: Licensed under BSD (permissive), so you can use and modify it freely, but the abandoned status means no one is maintaining it if licensing questions or conflicts arise. Quickstart: pip install nbzip jupyter serverextension enable --py nbzip --sys-prefix jupyter nbextension install --py nbzip jupyter nbextension enable --py nbzip Requires a working Jupyter installation; serverextension and nbextension commands must succeed for the download button to appear in the UI. Verify before relying: - Whether nbzip still works with current Jupyter versions and modern notebook/pytest dependencies - Whether the serverextension and nbextension installation steps still function in modern Jupyter - What Python versions are actually supported (requires_python is unspecified) ## Package facts - License: not declared (permissive) - Python support: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 149.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags jupyter download folder zip, notebook export archive, jupyter batch download, jupyter folder compression, jupyter serverextension download, jupyter-extension, abandoned [View on SkillFed](https://skillfed.io/packages/nbzip) · [View on PyPI](https://pypi.org/project/nbzip/)