jupyterhub / nbgitpuller-downloader-dropbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nbgitpuller - dropbox download plugin

Dropbox file/folder names add the dl=0 URL query parameter to their URLs.

This plugin expects the Dropbox URL included in the nbgitpuller link to look like this:

This plugin replaces dl=0 with dl=1 and then downloads the file using the nbgitpuller's handle_files_helper function.

Please note that the file(compressed archive) must have permissions set so that anyone with the link can view the file.

Installation

python3 -m pip install nbgitpuller-downloader-dropbox

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%