Jupyter Notebook forms using ipywidgets


License
BSD-3-Clause
Install
pip install nbforms==1.0.0

Documentation

nbforms

Run tests codecov Documentation Status Binder

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 Heroku-deployable Sinatra webapp, nbforms-server.

Installation

To install the Python package, use pip:

pip install nbforms