jupyterlab/jupyterlab

Implement variable inspector for kernels

Open

#443 opened on Jul 18, 2016

View on GitHub
 (96 comments) (118 reactions) (0 assignees)TypeScript (2,937 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (13,454 stars)
PR merge metrics
 (Avg merge 16d 4h) (86 merged PRs in 30d)

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