# 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 `
Release files for jsfileupload 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jsfileupload-0.2.0.tar.gz | 246.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jsfileupload-0.2.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 740.1 kB
Release files / jsfileupload-0.2.0.tar.gz
| Download URL | jsfileupload-0.2.0.tar.gz |
|---|---|
| Size | 246.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
245cd74a3c2ed4356df9a33d0072d8ab295b60b6fdfd69c6795396d455fc8a77
|
|
BLAKE2b-256 checksum How to use checksums |
3ea52290b0d2633fd8bce89ea4a2ed732e9e0370628fee0653d9d246c87aa1e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.5
|
Release files / jsfileupload-0.2.0-py2.py3-none-any.whl
| Download URL | jsfileupload-0.2.0-py2.py3-none-any.whl |
|---|---|
| Size | 493.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
585591eca57ab353457aeb88a0567cb80ce8b2de9d30181ffc90d6257f2dde17
|
|
BLAKE2b-256 checksum How to use checksums |
c3af287adaad6e078fd3cddf9ec06c02fe28a406c992cf117ef5f20862e61d6e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.5
|