seed_uri=some/notebook/file.ipynb
I want notebook-http mode to look for annotated cells in any *.ipynb file starting from a base directory:
seed_uri=base/dir
Whenever a new sub-directory is created, a notebook file is created, a file is changed or moved or deleted, notebook-http mode should adjust which endpoints are available
This would allow a jupyter UI user to modify notebooks to change HTTP functionality without reconfiguring or re-launching JKG as a separate step.
Has this functionality been contemplated? Or is it already possible and I'm missing how to configure it?
Thanks,
John