Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1018 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 1018 Bytes

jupyterlab_variableinspector - Almond flavored

Github Actions Status npm version

This extension is a customized version of the original jupyterlab_variableinspector, that works with Almond.

Install it with

$ jupyter labextension install @almond-sh/jupyterlab_variableinspector

Then pass --variable-inspector as an option when installing Almond (>= 0.10.9):

$ cs launch almond -- --variable-inspector --install

Lastly, start JupyterLab, and open the variable inspector panel by right-clicking in a cell, then "Open Variable Inspector".