nbforms is a Python package designed to allow forms to be submitted by users such that the data they submit is immediately available for use in the notebook by the entire group. This is accomplished using ipywidgets and a shared web server, nbforms-server, that the Python client uploads its data to.
To install the Python package, use pip:
pip install nbforms
The documentation for nbforms and nbforms-server can be found here.