Kotlin / kotlin-jupyter

Kotlin kernel for Jupyter/IPython
Apache License 2.0
1.09k stars 106 forks source link

Add API for input_request #451

Closed ileasile closed 2 months ago

ileasile commented 4 months ago

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