跳转到主要内容

用于下载文件夹的JupyterLab插件

项目描述

jupyterlab-downloadfolder

允许将文件夹导出为存档文件。

需求

  • JupyterLab >= 1.0.0

安装

jupyter labextension install jupyterlab-downloadfolder

贡献

安装

jlpm 命令是JupyterLab附带安装的 yarn 的固定版本。您可以使用 yarnnpm 替代下面的 jlpm

# 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

您可以监视源目录,以监视扩展的源代码更改,并在更改时自动重新构建扩展和应用程序。

# Watch the source directory in another terminal tab
jlpm watch
# Run jupyterlab in watch mode in one terminal tab
jupyter lab --watch

卸载

jupyter labextension uninstall jupyterlab-downloadfolder

由以下支持

AWS AWS 云计算和安全赞助商 Datadog Datadog 监控 Fastly Fastly CDN Google Google 下载分析 Microsoft Microsoft PSF 赞助商 Pingdom Pingdom 监控 Sentry Sentry 错误日志 StatusPage StatusPage 状态页面