'change layout in jupyter + pycharm integration to show preview after the cells

is there a way to control the layout of jupyter notebook when using it inside pycharm?

currently, I have a side by side display:

enter image description here

is there a way to change it into layout similar to the web's version in jupyter itself? So that after every input cell, there would be the output of a cell...

thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source