Jupyter Archive

3.4.0 · active · verified Fri Apr 17

Jupyter Archive is a JupyterLab extension that enables users to create, download, and extract archive files (zip, tar, tar.gz, tar.bz2) directly within the JupyterLab user interface. It is currently at version 3.4.0 and is maintained as part of the JupyterLab Contrib ecosystem, typically seeing releases aligned with JupyterLab major versions or for significant bug fixes.

Common errors

Warnings

Install

Imports

Quickstart

Install the extension, then launch JupyterLab. Once JupyterLab is running, navigate to the File Browser pane. Right-click on a file or folder to access context menu options for 'Create Archive...' or select an archive file to 'Extract Archive...'. You can also download archives directly from the context menu.

pip install jupyter-archive
jupyter lab

view raw JSON →