Metadata-Version: 1.1
Name: jsfileupload
Version: 0.2.0
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
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
        ```
        
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
