Similar to the image below, but I want to do it for Jupyter notebook running in VS Code:
I could find solution that could potentially work had I been running the Jupyter notebook from the browser. But the same I couldnt find or work out for the running Jupyter notebook from VS Code.
The idea is have a similar arrangement as in MATLAB (running .mlx), where the code appears on the left and the output comes to the right.
As of now, Visual Studio Code's Jupyter Notebook does not support displaying cell outputs to the right of the cell. The output is always displayed below the cell.
If you just want the code to be on the left, the output content is on the right, and running on both sides simultaneously, you can try the method below: