--- id: jupyter-archive version: "3.5.1" license: Copyright (c) 2011-2020, Hadrien Mary, Frederic Collonval All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the… (full text in the JSON record) license_treatment: permissive maintenance: active --- # jupyter-archive — A JupyterLab extension to make, download and extract archive files. License: permissive · Maintenance: active · Downloads: 172.9K/mo ## What it is and what it does jupyter-archive is a server and UI extension for JupyterLab that integrates archive operations into the file browser. It lets you download selected folders or the current directory as a compressed archive in your choice of format (zip, tar.gz, tar.bz2, tar.xz), and decompress archives directly within the browser without blocking the Jupyter interface. The extension runs as a server-side component backed by jupyter-server, with configuration options for buffer sizes and flush delays to tune performance for large transfers. The extension adds context menu items to the file browser and respects format settings configured either in JLab settings or chosen per-operation. It is actively maintained, supports Python 3.10 through 3.14, and has no known security vulnerabilities. Installation is a single pip command followed by a server restart. Use it for: - Download an entire project folder as a zip archive to share with collaborators or back up locally. - Extract a tar.gz file uploaded to the Jupyter server without leaving the browser interface. - Batch-download multiple notebooks and data files as a single compressed archive for offline work. - Configure archive format globally in JLab settings or override per-download from the file browser menu. - Decompress experiment results or datasets directly in the file browser after upload. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. A JupyterLab extension that adds archive creation, download, and extraction capabilities directly in the file browser, supporting zip, tar.gz, tar.bz2, and tar.xz formats. Yes. This is a well-maintained, low-friction extension that solves a common workflow need—archiving and downloading files—without adding complexity. It has no security issues, a permissive license, and integrates cleanly into JupyterLab 3.0+. Install it if you regularly need to move folders in and out of Jupyter. ## Install pip install jupyter-archive uv add jupyter-archive poetry add jupyter-archive ## Installing jupyter-archive Before you install: Low install friction with a single runtime dependency on jupyter-server. The package is actively maintained with a recent release and no known vulnerabilities, making it straightforward to add to an existing JupyterLab setup. License in practice: BSD license (permissive) permits use, modification, and distribution with minimal restrictions, requiring only preservation of copyright and license notices. Quickstart: pip install jupyter-archive Then restart your JupyterLab server. Right-click folders in the file browser to download as archive or extract archives in place. Requires JupyterLab >= 3.0 or Notebook >= 7.0; extension must be enabled via 'jupyter server extension list'. Verify before relying: - Whether the non-blocking archiving behavior applies to all supported archive formats equally - Performance characteristics when archiving very large directories or many files ## Package facts - License: Copyright (c) 2011-2020, Hadrien Mary, Frederic Collonval All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the… (full text in the JSON record) (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 172.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags jupyter archive download, jupyterlab file compression, extract tar zip jupyter, jupyter file browser archive, download folder as zip jupyter, decompress archive jupyterlab, batch download jupyter files, jupyterlab-extension, file-management [View on SkillFed](https://skillfed.io/packages/jupyter-archive) · [View on PyPI](https://pypi.org/project/jupyter-archive/)