Metadata-Version: 2.1
Name: paramnb
Version: 2.0.4
Summary: Generate ipywidgets from Parameterized objects in the notebook
Home-page: https://paramnb.pyviz.org
Author: PyViz
Author-email: holoviews@gmail.com
Maintainer: PyViz
Maintainer-email: holoviews@gmail.com
License: BSD 3-Clause License
Project-URL: Bug Tracker, https://github.com/ioam/paramnb/issues
Project-URL: Documentation, https://paramnb.pyviz.org
Project-URL: Source Code, https://github.com/ioam/paramnb
Description: [![Build Status](https://travis-ci.org/ioam/paramnb.svg?branch=master)](https://travis-ci.org/ioam/paramnb)
        
        [![Build status](https://ci.appveyor.com/api/projects/status/oyx4q6tqj74ld5b9/branch/master?svg=true)](https://ci.appveyor.com/project/Ioam/paramnb/branch/master)
        
        
        # ParamNB
        
        Automatically generate ipywidgets from
        [Parameterized](https://github.com/ioam/param) objects in a Jupyter
        notebook.
        
        ![Auto-generated
         widgets](https://github.com/ioam/paramnb/blob/master/examples/user_guide/images/intro.gif)
        
        
        ## Demo notebooks
        
        The following links go to static versions of the notebooks, so after
        looking at them it's best to try them out yourself interactively!
        
          * Introduction: [examples/user_guide/index.ipynb](http://nbviewer.jupyter.org/urls/notebooks.anaconda.org/cball/ioam-paramnb-index/download?version=)
        
          * Additional Features: [examples/user_guide/AdditionalFeatures.ipynb](http://nbviewer.jupyter.org/urls/notebooks.anaconda.org/cball/ioam-paramnb-additionalfeatures/download?version=)
        
          * Setting parameters via JSON: [examples/user_guide/JSONInit.ipynb](http://nbviewer.jupyter.org/urls/notebooks.anaconda.org/cball/ioam-paramnb-jsoninit/download?version=)
        
        
        ## Installation
        
        You can easily install paramnb using conda:
        
        ```
        conda install -c pyviz paramnb
        ```
        
        or pip:
        
        ```
        pip install paramnb
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 4 - Beta
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Provides-Extra: tests
Provides-Extra: examples
