Skip to main content

FileUpload Widget using the Jupyter Notebook Server API

Project description

# jsfileupload

FileUpload Widget using the Jupyter Notebook Server API.

The widget is able to upload large files by uploading them in chunks. The files will only be uploaded into the file system, not into the notebook itself. That means that file contents will not be directly available over the widget, but will have to be read into the notebook separately.

## Installation

You can install using pip:

` pip install jsfileupload ` or from this GitLab directly ` pip install git+https://gitlab.version.fz-juelich.de/jupyter4jsc/j4j_extras/jsfileupload.git `

Or if you use jupyterlab:

` pip install jsfileupload jupyter labextension install @jupyter-widgets/jupyterlab-manager `

If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension: ` jupyter nbextension enable --py [--sys-prefix|--user|--system] jsfileupload `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jsfileupload-0.2.0.tar.gz (246.3 kB view hashes)

Uploaded Source

Built Distribution

jsfileupload-0.2.0-py2.py3-none-any.whl (493.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page