hpi-swa / ipolyglot

A polyglot kernel for Jupyter notebooks based on GraalVM.
Other
93 stars 4 forks source link

Add inspector view element for bindings object. #11

Closed niconomaa closed 5 years ago

niconomaa commented 5 years ago

We want to improv devX by providing an inspector view element to observe the state of the bindings variable used to share state between notebook cells.

niconomaa commented 5 years ago

first steps:

niconomaa commented 5 years ago

installing Jupyter extensions: https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/install.html

niconomaa commented 5 years ago

made first subtle modification to existing variable inspector extension in order to see whether we can use this as a base for our Polyglot inspector

Screenshot 2019-05-30 at 14 34 59
niconomaa commented 5 years ago

current state:

Screenshot 2019-06-10 at 12 48 12