Note Input Example ================== Location: ``examples/webapp/note/`` This example demonstrates the ```` input type -- read-only HTML content displayed within the input panel. tool.xml -------- .. code-block:: xml note (rappture2web) python3 @tool/note.py @driver file://bysize.html Diameter of sphere-shaped nanoparticles. nm 2nm 20nm 5nm Key concepts ------------ - ``file://bysize.html`` loads HTML from an external file relative to the tool directory. - Notes can also contain inline HTML directly. - Notes are non-interactive and are not sent as inputs to the simulation. Running ------- .. code-block:: bash rappture2web examples/webapp/note/