jupyterlab-variableInspector icon indicating copy to clipboard operation
jupyterlab-variableInspector copied to clipboard

View Customized Functions

Open chartsengrafs opened this issue 7 years ago • 3 comments

Requesting a feature where you can also view any functions you've created (a la R Studio) rfnc

chartsengrafs avatar Sep 04 '18 01:09 chartsengrafs

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

NoRaincheck avatar Nov 28 '18 22:11 NoRaincheck

@lckr @sho-87 @chappers Does he project accept pull requests to implement this?

astrojuanlu avatar Sep 15 '19 10:09 astrojuanlu

@Juanlu001 Yes, we accept pull requests ;-)

lckr avatar Sep 24 '19 07:09 lckr