In PyCharm, how do I delete the output of my Jupiter laptop when working with the IDE?

If I run a piece of python code from a cell in my IPython NoteBook, the output will appear 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 laptop through the Jupyter URL, I can reset the kernel and clear all the results.

How can I reset / clear output in my IDE?

+9
source share
2 answers

I believe this feature is still missing in PyCharm, as one of the JetBrains staff here confirmed .

, , , URL Jupyter (, ) JSON .

0

Source: https://habr.com/ru/post/1659198/


All Articles