skillfed

jupyter-archive

A JupyterLab extension to make, download and extract archive files.

jupyter-archive v3.5.1 172.9K downloads/30d#10,320 on PyPI90
Permissive 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) Active released

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-archive

uv

uv add jupyter-archive

poetry

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 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

Framework :: JupyterFramework :: Jupyter :: JupyterLabFramework :: Jupyter :: JupyterLab :: 3Framework :: Jupyter :: JupyterLab :: 4Framework :: Jupyter :: JupyterLab :: ExtensionsFramework :: Jupyter :: JupyterLab :: Extensions :: PrebuiltLicense :: OSI Approved :: BSD LicenseProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

jupyter archive downloadjupyterlab file compressionextract tar zip jupyterjupyter file browser archivedownload folder as zip jupyterdecompress archive jupyterlabbatch download jupyter files
jupyterlab-extensionfile-management

More Utilities packages