6

Similar to JupyterLab View -> Render side by side as in the question Jupyter notebook: split screen vertically (i.e. add cell horizontally), is there a way to render the cell output of VS Code notebook side-by-side?

Chuliang Xiao
  • 300
  • 2
  • 8
  • 1
    This function is not supported at present. You can make a request for this function in [github](https://github.com/microsoft/vscode-jupyter/issues?q=side-by-side) and vote. – MingJie-MSFT Oct 11 '22 at 01:37
  • Might not be exactly what you are looking for, but PyCharm Professional Edition **up to version 2021.2.3** does output Jupyter notebooks side by side almost the same way (the difference is that the scrolling is independent with no blank space, which is better in my opinion). – Louis-Amand Oct 31 '22 at 10:53

1 Answers1

1

Its not an actual setting but a work around that I use which is by using Split Right on the Jupyter notebook tab I'm working on.

This way you can have one view looking at solely the output and the other view at the code you are editing.

desertnaut
  • 57,590
  • 26
  • 140
  • 166
Adriano
  • 80
  • 11