How to find Signals in JupyterLab?

This repo provides an alternative approach to grepping the code for finding Signals in JupyterLab. The Signal “digger” searches through the living application looking for Signals. It attempts to build a reference path to each Signal it finds. When a found Signal is fired, the event is logged to the console.

1 Like