Closed
Description
With Jupyter with ipykernel, the notebook has an input box for the Python input
function:
In Deno there’s the web standard prompt
, for the same purpose as input
in my mind, but with Deno as a Jupyter kernel it simply returns null
instead:
Same for Jupyter console:
It could be better to put this function in use for Jupyter notebook, just like its behavior in Deno console and web browser :)