Skip to content

chrispyles/nbforms

Repository files navigation

nbforms

PyPI 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 shared web server, nbforms-server, that the Python client uploads its data to.

Installation

To install the Python package, use pip:

pip install nbforms

Documentation

The documentation for nbforms and nbforms-server can be found here.