Visualize Diagram in Pycharm

Hi,

Using Pycharm, how can I visualize models with set_config(display=“diagram”) ?
In anticipation, thank you for your help

Henri-Jean

Unfortunately, I am not using PyCharm. I can give an answer for VS Code and maybe you will know what are the equivalent features when it comes to PyCharm.

When running the py files that have # %% marker to define code cell, then one can execute into an interactive window the different code. More documentation and example is shown here: Working with Jupyter code cells in the Python Interactive window

Executing the set_config command will show the diagram into the interactive window.

If working directly with the notebook file, then the diagram will be shown has with jupyter notebook. I would expect PyCharm to have both features available as well.