jupyterlab/jupyterlab

Implement variable inspector for kernels

Open

#443 opened on Jul 18, 2016

View on GitHub
 (96 comments) (117 reactions) (0 assignees)TypeScript (13,454 stars) (2,937 forks)batch import
enhancementhelp wanted

Description

Hi,

It is useful when doing interactive data analysis to quickly get the name/quick summary (type/ size) of in-memory variables.

I was wondering if having a block for displaying this kind of information could be an interesting feature for JupyterLab ? Such as the one in RStudio:

Contributor guide