Metadata-Version: 1.1
Name: thomas-jupyter-widget
Version: 0.1.0a19
Summary: A Custom Jupyter Widget Library
Home-page: https://github.com/mellesies/thomas-jupyter-widget
Author: Melle Sieswerda
Author-email: m.sieswerda@iknl.nl
License: UNKNOWN
Description: thomas-jupyter-widget
        ===============================
        
        A Custom Jupyter Widget Library
        
        ![img](img/screenshot.png)
        
        
        Installation
        ------------
        
        For a development installation (requires npm),
        
            $ git clone https://github.com/mellesies/thomas-jupyter-widget.git
            $ cd thomas-jupyter-widget
            $ pip install -e .
            $ jupyter nbextension install --py --symlink --sys-prefix thomas-jupyter-widget
            $ jupyter nbextension enable --py --sys-prefix thomas-jupyter-widget
            $ jupyter labextension install js
        
        When actively developing your extension, build Jupyter Lab with the command:
        
            $ jupyter lab --watch
        
        This take a minute or so to get started, but then allows you to hot-reload your javascript extension.
        To see a change, save your javascript, watch the terminal for an update.
        
        Note on first `jupyter lab --watch`, you may need to touch a file to get Jupyter Lab to open.
        
        
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 :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
