Automatically generate ipywidgets from Parameterized objects in a Jupyter notebook.
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
Additional Features: examples/user_guide/AdditionalFeatures.ipynb
Setting parameters via JSON: examples/user_guide/JSONInit.ipynb
You can easily install paramnb using conda:
conda install -c pyviz paramnb
or pip:
pip install paramnb