-
Notifications
You must be signed in to change notification settings - Fork 230
Closed
Description
- The upstream code is here: https://github.com/lckr/jupyterlab-variableInspector
- For CoCalc we would make a new frame type. We can probably run a chunk of the upstream code, but obviously need our own view layer.
Workarounds:
- Use %who and %whos, which are built into Jupyter:
- You could use JupyterLab from CoCalc via +New --> JupyterLab Server, and then use the variable inspector JupyterLab extension if it were installed. It isn't right now, but maybe it will be soon.
