Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 535
Alon Gouldman Avatar asked Sep 01 '25 04:09

Alon Gouldman


1 Answers

Not at the moment, unfortunately.


Update 1: PyCharm 2021.3+ has a new browser-like Jupyter layout by default (shared with DataSpell).

like image 134
Pavel Karateev Avatar answered Sep 04 '25 09:09

Pavel Karateev