Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jupyter Notebook in VS Code : inline input()?

I'm a student using VS Code to work on Jupyter Notebooks. I'm looking for a way to get the dialog pop up of an input("...") to appear inline instead (under the cell with all my prints, like it's done when using jupyter notebook in a browser).

Thanks, Julien

like image 991
JulioB Avatar asked Sep 04 '25 01:09

JulioB


1 Answers

Found my answer here : Show question/input in vscode jupyter notebook output

Spoiler : not possible, in VS Code you cannot show inputs under a cell of a jupyter notebook as it for output only.

like image 193
JulioB Avatar answered Sep 07 '25 06:09

JulioB