Hi,
I'm trying to either auto reload or set a keyboard shortcut to reload a json file in the JSON viewer.
Context: I programmatically generate a file and want to monitor my frequent changes. So it would be great if the file is automatically loaded by JuptyterLab's built in JSON viewer.
I tried setting a keyboard shortcut (as below), but it does not work.
{
"command": "docmanager:reload",
"keys": [
"Ctrl Shift Alt J"
],
"selector": "[data-jp-code-runner]"
}
Any ideas?
Regards,
Anand