[feature-request] [jupyter] support entering a value inline, with the web standard function prompt
#22633
Labels
deno jupyter
Related to "deno jupyter" subcommand
suggestion
suggestions for new features (yet to be agreed)
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 asinput
in my mind, but with Deno as a Jupyter kernel it simply returnsnull
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 :)
The text was updated successfully, but these errors were encountered: