Replies: 3 comments
-
I have the same problem. To present results of our code by exporting the file in pdf or html, the results must show the input values that cause a specific output. Of course we can write extra code to display this input data, but that would be overwriting code. |
Beta Was this translation helpful? Give feedback.
-
I also missed this feature today. Input and output are far from each other, making understanding difficult. You have to write code to print input data to bypass. |
Beta Was this translation helpful? Give feedback.
-
Duplicate of #11732 |
Beta Was this translation helpful? Give feedback.
-
Feedback from PyCon 2022
"The input box (from the Python's input() function) normally shows up on the notebook output space in classic Jupyter, but the input box is showing up on the top by the command palette. Is there a way for me to change it?"
In Jupyter
After entering name:
In VS Code
After entering name:
Beta Was this translation helpful? Give feedback.
All reactions