PYCHARM || Want to Disable: Variable values/dimensions showing up in code
Hi everyone,
I'd like to be able to disable the variable info being displayed in-line with the code.

See the attached screenshot ... I'm colorblind, and it is just too much text on the screen.
Can someone help?
Thanks!
Please sign in to leave a comment.
Hi, does it help to disable "Show values inline"?
Hello Andrey! Unfortunately, that does not fix it - I initially thought it did, but it does not. I unchecked that box, but I still see things (like pandas dataframe dimensions) after the code on the same line. Any other recommendations?
This option should disable all inline values, unless I'm missing something. Could you please provide a minimal code sample that shows inline data with the option disabled?
Certainly. One note, I'm running this as an .ipynb inside PyCharm. Thank you for the help!
Image attached below. As you can see, the "In-Line Values" is unchecked, but I still get df2: {DataFrame: (3,3)} at the end.
Ah, I see, the Jupyter have a separate setting for this
Oh my goodness... Thank you!!! So much better! :D