Metadata-Version: 2.1
Name: jsfileupload
Version: 0.2.0a0
Summary: FileUpload Widget using the Jupyter Notebook Server API
Home-page: https://gitlab.version.fz-juelich.de/jupyter4jsc/j4j_extras/jsfileupload/
Author: Juelich Supercomputing Centre (JSC)
Author-email: a.grosch@fz-juelich.de
License: UNKNOWN
Keywords: ipython,jupyter,widgets
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: IPython
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Multimedia :: Graphics
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: ipywidgets (>=7.0.0)


# jsfileupload

FileUpload Widget using the Jupyter Notebook Server API.

## Installation

You can install using `pip`:

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

Or if you use jupyterlab:

```bash
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:
```bash
jupyter nbextension enable --py [--sys-prefix|--user|--system] jsfileupload
```


