Plugin JupyterLab for Downloading a folder as archive
Project description
jupyterlab-downloadfolder
Allow to export a folder as an archive file.
Requirements
- JupyterLab >= 1.0.0
Install
jupyter labextension install jupyterlab-downloadfolder
Contributing
Install
The jlpm
command is JupyterLab's pinned version of
yarn that is installed with JupyterLab. You may use
yarn
or npm
in lieu of jlpm
below.
# Clone the repo to your local environment
# Move to jupyterlab-downloadfolder directory
# Install dependencies
jlpm
# Build Typescript source
jlpm build
# Link your development version of the extension with JupyterLab
jupyter labextension link .
# Rebuild Typescript source after making changes
jlpm build
# Rebuild JupyterLab after making any changes
jupyter lab build
You can watch the source directory and run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild the extension and application.
# Watch the source directory in another terminal tab
jlpm watch
# Run jupyterlab in watch mode in one terminal tab
jupyter lab --watch
Uninstall
jupyter labextension uninstall jupyterlab-downloadfolder
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for jupyterlab_downloadfolder-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e37b82fb7f93379ff2d1b665197f81c1831f47ff19242bf81c3ada1db67b44d7 |
|
MD5 | edbee819307a603e516dccbc04c392fe |
|
BLAKE2b-256 | 924e94a2083cce84ff545e72997bb5ed183d32cbb7f4e8007d6adeb2628b9103 |
Close
Hashes for jupyterlab_downloadfolder-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53495ae0e3a551eb6c975735afea0704595b6a1a99a5f27d277d72e1fdf56514 |
|
MD5 | 5808d6b6a368c210c28cb05c29698a28 |
|
BLAKE2b-256 | 5f059d7216c81d2838081a6cafcae944a0b9ce33a2014de6edde56b9898da65b |