{"library":"nbzip","title":"nbzip Jupyter Notebook Extension","description":"nbzip is a Jupyter Notebook extension that allows users to compress and download all files within a specified directory directly from the Jupyter interface. It provides a convenient way to archive and retrieve project files from the Jupyter server's filesystem. The current version is 0.1.0. Its release cadence is low, as it's a stable, focused utility.","language":"python","status":"active","last_verified":"Fri Apr 17","install":{"commands":["pip install nbzip"],"cli":null},"imports":["nbzip is primarily a Jupyter server extension and does not expose commonly imported Python symbols for end-user programmatic use."],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"pip install nbzip\njupyter server extension enable --py nbzip --sys-prefix\n# Restart Jupyter Notebook/Lab if it's running to apply changes.","lang":"bash","description":"This sequence installs the `nbzip` package and enables it as a Jupyter server extension. After enabling and restarting your Jupyter server, you will find a new 'Download directory (.zip)' option in the file menu of any Jupyter Notebook or JupyterLab interface when navigating directories, or an 'Archive' button in JupyterLab's file browser.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}