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.
pip install jupyter-archiveVerified import paths — ran on the pinned version, not inferred.
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.
Refer to the `jupyter-archive` GitHub README for explicit JupyterLab version compatibility. If issues arise, try `pip install --upgrade jupyter-archive` and `jupyter lab build`.
Monitor resource usage for large operations. Consider performing very large archive operations directly on the server filesystem if possible. Be aware of your hosting environment's limits.
Ensure the user running the JupyterLab server has appropriate read/write permissions for the source and target directories. Change the target directory to one with appropriate permissions, or adjust filesystem permissions.
No dependency data recorded yet.