jupyterlab-variableInspector
jupyterlab-variableInspector copied to clipboard
View Customized Functions
Requesting a feature where you can also view any functions you've created (a la R Studio)
The quick for this might be via inspect:
import inspect
def test(a, b):
return a + b
inspect.getargspect(test).__str__()
I think the value would come when we implement the treeview - or think about how we might do it #33
@lckr @sho-87 @chappers Does he project accept pull requests to implement this?
@Juanlu001 Yes, we accept pull requests ;-)