search a graph using a webform
The list of nodes is in compute.py and contains
node_list = ['94922', '9913', '4241','4942', '49424', '242492', '13942']
Desired behavior:
- user types "9"
- only nodes with the string "9" remain in the window
- user types another digit, now the input is "94"
- only nodes with "94" are displayed