Auto reload of JSON viewer (or keyboard shortcut)

61 views
Skip to first unread message

Anand Bonde

unread,
Jan 29, 2021, 7:04:28 PM1/29/21
to Project Jupyter
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

Reply all
Reply to author
Forward
0 new messages