Kotlin / kotlin-jupyter

Kotlin kernel for Jupyter/IPython
Apache License 2.0
1.1k stars 105 forks source link

Variables descriptors #316

Open nikolay-egorov opened 3 years ago

nikolay-egorov commented 3 years ago

Add descriptors to cells' variables. This can be useful in representing variables in a common debugger-fashion. To make computation swifter and response's latency lower, it's crucial to consider incremental depth update of nested descriptors.