jupyter-archive
A JupyterLab extension to make, download and extract archive files.
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 on this page — 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
jupyter-archive on PyPI
pip
pip install jupyter-archiveuv
uv add jupyter-archivepoetry
poetry add jupyter-archiveInstalling 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 the current Python release (!=3.11.0.*,!=3.11.1.*,!=3.11.2.*,!=3.11.3.*,>=3.10.12) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — jupyter-server |
| Maintenance | actively maintained — 15 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 172,946/month — #10,320 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: jupyter_archive-3.5.1-py3-none-any.whl
Keywords: jupyter, jupyterlab, jupyterlab-extension
Tags
More Utilities packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
charset-normalizerDetects and normalizes text encoding from…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
PygmentsPygments is a syntax highlighter that colorizes…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
nbzipnbzip adds a button to Jupyter that zips and…
permissive · top 15,000 on PyPI
jupyter-builderProvides CLI and Python tools to build,…
permissive · top 1,000 on PyPI
jupyter-ai-chat-commandsProvides default chat commands for Jupyter AI,…
permissive · top 15,000 on PyPI
jupyter-server-documentsA JupyterLab extension that moves document…
permissive · top 15,000 on PyPI
jupyterlab-code-formatterA JupyterLab plugin that integrates code…
permissive · top 15,000 on PyPI
handy-archivesProvides utility functions for working with…
permissive · top 15,000 on PyPI
jupyterlab-chatA JupyterLab extension that adds a chat…
permissive · top 15,000 on PyPI
jupyterlabJupyterLab is an extensible web-based…
permissive · top 1,000 on PyPI
cabarchiveA pure-Python library for creating and…
copyleft · top 15,000 on PyPI
conda-package-handlingCreate, extract, and convert conda packages in…
permissive · top 15,000 on PyPI