Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In PyCharm how do I remove the outputs of my Jupyter Notebook when running from the IDE?

If I run a piece of python code in from a cell in my IPython NoteBook, the output is displayed in my IDE below the selected cell. I want to remove this output (and/or any output from other cells) from the view. When I access the notebook through the Jupyter URL, I can reset the kernel and clear all results.

How can I reset/clear the output in my IDE?

like image 490
Timo Avatar asked Oct 28 '16 15:10

Timo


1 Answers

For PyCharm 2021.3 the bulb icon (previous answer) is no longer there. Just tap shift twice and look for "Clear Outputs".

like image 111
Agustín Avatar answered Sep 24 '22 05:09

Agustín