Re: [jupyter] How to design JupyterLab extension that reacts to pandas function calls

2018-09-18 Thread Adam Rule
Thanks! I've been keeping an eye on that thread and agree, there is a lot of overlap. On Tuesday, September 18, 2018 at 8:56:34 AM UTC-7, Michael Milligan wrote: > > FYI you might take a look at the Jupyterlab variable inspector work being > tracked here:

Re: [jupyter] How to design JupyterLab extension that reacts to pandas function calls

2018-09-18 Thread Michael Milligan
FYI you might take a look at the Jupyterlab variable inspector work being tracked here: https://github.com/jupyterlab/jupyterlab/issues/443 Seems like there could be some overlap with what you are trying to do. Cheers, Michael On Mon, Sep 17, 2018 at 7:42 PM, Adam Rule wrote: > Great point

Re: [jupyter] How to design JupyterLab extension that reacts to pandas function calls

2018-09-17 Thread Adam Rule
Great point Brian. For prototyping's sake monkey patching should be enough to test if the interaction is valuable or not. On Monday, September 17, 2018 at 4:45:19 PM UTC-7, ellisonbg wrote: > > I think it could be regular python code that uses the Jupyter display > system to display the