Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.08 KB

index.md

File metadata and controls

34 lines (26 loc) · 1.08 KB

Welcome to nbforms's documentation

.. toctree::
   :maxdepth: 1
   :caption: Contents:
   :hidden:

   changelog
   install_deploy
   notebook_usage
   attendance
   API Reference <nbforms>
.. image:: nbforms-logo.jpg
   :alt: nbforms logo
   :scale: 50%
   :align: center

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, that collects submissions from HTTP requests and stores them, differentiating by a notebook identifier.

Click the button below to see the demo in MyBinder.

MyBinder