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
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
Hashes for jsfileupload-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 585591eca57ab353457aeb88a0567cb80ce8b2de9d30181ffc90d6257f2dde17 |
|
MD5 | e2a1ddf89f16b39086f8ea7707148906 |
|
BLAKE2b-256 | c3af287adaad6e078fd3cddf9ec06c02fe28a406c992cf117ef5f20862e61d6e |