Skip to content
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.

Release 1.0

Compare
Choose a tag to compare
@jbednar jbednar released this 14 Jul 12:28
· 163 commits to master since this release

Initial release for Jupyter/IPython notebooks, based on ipywidgets. Offers automatic creation of property sheets with widgets for each Parameter of a param.Parameterized object. Also makes it simple to build basic GUI applications using param.Action buttons, callbacks, and control over adjacent notebook cells.

Current limitations:

  • Treats softbounds as if they were hard bounds, because ipywidgets does not yet offer softbound support.
  • Not all Parameter types have been tested.
  • Some Parameter types will be represented by a Text widget, which may not allow them to be edited properly (since they will be returned as text from ipywidgets, rather than their true type). Additional widget types can be added in future releases to provide such support.