Educational & Lab Tools
========================

.. automodule:: numpyy.educational
   :members:

Example: Lab Assistant
----------------------

.. code-block:: python

   import numpyy as ny
   # Generate a report for your lab
   ny.tp_report("My Lab", "Student", [{'method': 'RK4', 'result': 0.1}])
