Kotlin / kotlin-jupyter

Kotlin kernel for Jupyter/IPython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add API for input_request

ileasile opened this issue · comments

Now we can request input from user only via stdin. But Jupyter protocol allows to specify prompt and mark text as hidden. Also, it's always better to have API independent of standard STDIO for such things